Added button manager and some buttons for suggestions

Added a way to reload commands
Added a way to set output channels
This commit is contained in:
2022-09-15 21:34:27 +02:00
parent 49a5903da0
commit 3c9b49ab46
20 changed files with 512 additions and 46 deletions
+5 -1
View File
@@ -33,8 +33,12 @@ public class Util {
.collect(Collectors.toList());
}
public static void ignoreSuccess(Object o) {
// IDK I thought this looked nicer in the .queue call
}
public static void handleFailure(Throwable failure) {
Logger.warning(failure.getMessage());
Logger.severe(failure.getMessage());
}
public static MessageEmbed guildOnlyCommand(String commandName) {