woops, forgot to put botid back

This commit is contained in:
Kwoth 2017-03-06 20:17:43 +01:00
parent 05d6152936
commit cf44ff9b79

View File

@ -118,7 +118,7 @@ namespace NadekoBot.Modules.Games
private static NadekoRandom rng { get; } = new NadekoRandom(); private static NadekoRandom rng { get; } = new NadekoRandom();
public string ChatterbotId { get; } public string ChatterbotId { get; }
public string ChannelId { get; } public string ChannelId { get; }
private int _botId = 15; private int _botId = 6;
public ChatterBotSession(ulong channelId) public ChatterBotSession(ulong channelId)
{ {