begin update to newer JDA

This commit is contained in:
2025-04-19 17:36:00 -05:00
parent 22c02c6477
commit 25acb23488
75 changed files with 416 additions and 284 deletions

View File

@@ -120,7 +120,7 @@ public class CommandManager {
public static void commandReply(MessageReceivedEvent event, String msg) {
if(event != null) {
MessageText.send(event.getTextChannel(), msg);
MessageText.send(event.getChannel().asTextChannel(), msg);
}else {
Main.getLogger().info(msg);
}