cleverbot fixed

This commit is contained in:
Kwoth 2017-02-13 18:11:03 +01:00
parent b3a4fec141
commit 838e014f73

View File

@ -30,9 +30,9 @@ namespace Services.CleverBotApi
public static ChatterBot Create(ChatterBotType type, object arg)
{
#if GLOBAL_NADEKO
var url = "http://www.cleverbot.com/webservicemin?uc=3210&botapi=nadekobot";
var url = "http://www.cleverbot.com/webservicemin?uc=777&botapi=nadekobot";
#else
var url = "http://www.cleverbot.com/webservicemin?uc=3210&botapi=chatterbotapi";
var url = "http://www.cleverbot.com/webservicemin?uc=777&botapi=chatterbotapi";
#endif
switch (type)