Closed HeshamSHY closed 2 years ago
In JDA 5 they removed the GuildMessageReceivedEvent and replaced it with MessageReceivedEvent, which makes the Command Context unusable in JDA 5
GuildMessageReceivedEvent
MessageReceivedEvent
Duplicate of https://github.com/duncte123/botCommons/issues/7
In JDA 5 they removed the
GuildMessageReceivedEvent
and replaced it withMessageReceivedEvent
, which makes the Command Context unusable in JDA 5