Package net.bnubot.bot.commands

Examples of net.bnubot.bot.commands.CommandTimeBan


    Profile.registerCommand("setauth", new CommandSetAuth());
    Profile.registerCommand("setbirthday", new CommandSetBirthday());
    Profile.registerCommand("setrank", new CommandSetRank());
    Profile.registerCommand("setrecruiter", new CommandSetRecruiter());
    Profile.registerCommand("sweepban", new CommandSweepBan());
    Profile.registerCommand("timeban", new CommandTimeBan());
    Profile.registerCommand("trigger", new CommandTrigger());
    Profile.registerCommand("unban", new CommandUnban());
    Profile.registerCommand("update", new CommandUpdate());
    Profile.registerCommand("vote", new CommandVote());
    Profile.registerCommand("voteban", new CommandVoteBan());
View Full Code Here

TOP

Related Classes of net.bnubot.bot.commands.CommandTimeBan

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.