Removed old cleverbot stuff

This commit is contained in:
Kwoth
2017-04-04 01:52:51 +02:00
parent bbda4c7a3b
commit af744cb3d7
10 changed files with 0 additions and 494 deletions

View File

@@ -1,11 +1,9 @@
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using NadekoBot.Attributes;
using NadekoBot.Extensions;
using NadekoBot.Services;
using NLog;
//using Services.CleverBotApi;
using System;
using System.Collections.Concurrent;
using System.Diagnostics;
@@ -13,7 +11,6 @@ using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Services.CleverBotApi;
namespace NadekoBot.Modules.Games
{