in the beginging of lyfe, there was mann, and wombat

Signed-off-by: deepCurse <leverplays@gmail.com>
This commit is contained in:
lever1209 2021-12-07 19:38:08 -04:00
commit 744e678a1e
No known key found for this signature in database
GPG key ID: EEBCBB60C9DFC782
6 changed files with 164 additions and 31 deletions

View file

@ -14,6 +14,7 @@ import java.util.regex.Pattern;
import net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent;
import pkg.deepCurse.nopalmo.command.CommandInterface.GuildCommandInterface;
import pkg.deepCurse.nopalmo.command.commands.general.Example;
import pkg.deepCurse.nopalmo.command.commands.general.Prefix;
import pkg.deepCurse.nopalmo.command.commands.general.Test;
import pkg.deepCurse.nopalmo.command.commands.info.Git;
@ -39,6 +40,7 @@ public class GuildCommandManager extends CommandManager {
addCommand(new Git());
addCommand(new Prefix());
addCommand(new Test());
addCommand(new Example());
}
private void addCommand(GuildCommandInterface c) {