duncte123 / botCommons

Things I frequently need in my JDA bots
Apache License 2.0
10 stars 4 forks source link

Command Context not compatible with JDA 5 #8

Closed HeshamSHY closed 2 years ago

HeshamSHY commented 2 years ago

In JDA 5 they removed the GuildMessageReceivedEvent and replaced it with MessageReceivedEvent, which makes the Command Context unusable in JDA 5

duncte123 commented 2 years ago

Duplicate of https://github.com/duncte123/botCommons/issues/7