in the beginging of lyfe, there was mann, and wombat
Signed-off-by: deepCurse <leverplays@gmail.com>
This commit is contained in:
parent
7a57e8a39d
commit
744e678a1e
6 changed files with 164 additions and 31 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue