Fixed an issue with the reaction handler
This commit is contained in:
@ -68,6 +68,7 @@ public class DiscordEventHandler extends ListenerAdapter {
|
|||||||
@Autowired
|
@Autowired
|
||||||
private RepositoryService guildSongRepoService;
|
private RepositoryService guildSongRepoService;
|
||||||
|
|
||||||
|
@Autowired
|
||||||
private ReactionHandler reactionHandler;
|
private ReactionHandler reactionHandler;
|
||||||
|
|
||||||
private Map<String, AbstractMainEventHandler> events;
|
private Map<String, AbstractMainEventHandler> events;
|
||||||
|
Reference in New Issue
Block a user