Search in sources :

Example 1 with SlapContextMenuCommand

use of at.xirado.bean.command.context.user.SlapContextMenuCommand in project Bean by Xirado.

the class InteractionCommandHandler method registerAllCommands.

public void registerAllCommands() {
    registerCommand(new BanCommand());
    registerCommand(new UnbanCommand());
    registerCommand(new KickCommand());
    registerCommand(new SoftbanCommand());
    registerCommand(new ModeratorCommand());
    registerCommand(new ReactionRoleCommand());
    registerCommand(new RankCommand());
    registerCommand(new Mee6TransferCommand());
    registerCommand(new LeaderboardCommand());
    registerCommand(new SetXPBackgroundCommand());
    registerCommand(new XPAlertCommand());
    registerCommand(new XPRoleRewardCommand());
    registerCommand(new VoiceGameCommand());
    registerCommand(new PlayCommand());
    registerCommand(new VolumeCommand());
    registerCommand(new SkipCommand());
    registerCommand(new QueueCommand());
    registerCommand(new PlayerCommand());
    registerCommand(new StopCommand());
    registerCommand(new ClearCommand());
    registerCommand(new JoinCommand());
    registerCommand(new DJCommand());
    registerCommand(new PauseCommand());
    registerCommand(new ResumeCommand());
    registerCommand(new RepeatCommand());
    registerCommand(new VoteSkipCommand());
    registerCommand(new SkipToCommand());
    registerCommand(new BookmarkCommand());
    registerCommand(new LaTeXCommand());
    registerCommand(new UrbanDictionaryCommand());
    registerCommand(new AvatarCommand());
    registerCommand(new ChooseCommand());
    registerCommand(new RandomFactCommand());
    registerCommand(new MockCommand());
    registerCommand(new InfoCommand());
    registerCommand(new TestCommand());
    registerCommand(new SlapCommand());
    registerCommand(new RedditCommand());
    // Context commands
    registerCommand(new MockContextMenuCommand());
    registerCommand(new SlapContextMenuCommand());
}
Also used : SlapContextMenuCommand(at.xirado.bean.command.context.user.SlapContextMenuCommand) MockContextMenuCommand(at.xirado.bean.command.context.message.MockContextMenuCommand)

Aggregations

MockContextMenuCommand (at.xirado.bean.command.context.message.MockContextMenuCommand)1 SlapContextMenuCommand (at.xirado.bean.command.context.user.SlapContextMenuCommand)1