diff --git a/src/NadekoBot/Modules/Games/Commands/CleverBotCommands.cs b/src/NadekoBot/Modules/Games/Commands/CleverBotCommands.cs index 3d7fb832..0e85e4b0 100644 --- a/src/NadekoBot/Modules/Games/Commands/CleverBotCommands.cs +++ b/src/NadekoBot/Modules/Games/Commands/CleverBotCommands.cs @@ -118,7 +118,7 @@ namespace NadekoBot.Modules.Games private static NadekoRandom rng { get; } = new NadekoRandom(); public string ChatterbotId { get; } public string ChannelId { get; } - private int _botId = 15; + private int _botId = 6; public ChatterBotSession(ulong channelId) {