From 0ddf0a1b512f353d3c1b28dc5c3d2323cc891702 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sat, 7 Jan 2017 13:29:22 +0100 Subject: [PATCH] Woopsie, cleverbot can now be toggled on public bot --- src/NadekoBot/Modules/Games/Commands/CleverBotCommands.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/NadekoBot/Modules/Games/Commands/CleverBotCommands.cs b/src/NadekoBot/Modules/Games/Commands/CleverBotCommands.cs index a65787fb..9ec59147 100644 --- a/src/NadekoBot/Modules/Games/Commands/CleverBotCommands.cs +++ b/src/NadekoBot/Modules/Games/Commands/CleverBotCommands.cs @@ -88,7 +88,7 @@ namespace NadekoBot.Modules.Games } return true; } -#if !GLOBAL_NADEKO + [NadekoCommand, Usage, Description, Aliases] [RequireContext(ContextType.Guild)] [RequireUserPermission(ChannelPermission.ManageMessages)] @@ -120,7 +120,6 @@ namespace NadekoBot.Modules.Games await Context.Channel.SendConfirmAsync($"{Context.User.Mention} Enabled cleverbot on this server.").ConfigureAwait(false); } -#endif } } } \ No newline at end of file