Fixed an issue with the reaction handler

This commit is contained in:
Isaac Parenteau
2020-01-01 14:46:23 -06:00
parent bc2edd70fe
commit 4c68e6bf09

View File

@ -68,6 +68,7 @@ public class DiscordEventHandler extends ListenerAdapter {
@Autowired
private RepositoryService guildSongRepoService;
@Autowired
private ReactionHandler reactionHandler;
private Map<String, AbstractMainEventHandler> events;