Woopsie, cleverbot can now be toggled on public bot

This commit is contained in:
Kwoth 2017-01-07 13:29:22 +01:00
parent ea41d6126c
commit 0ddf0a1b51

View File

@ -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
}
}
}