moved extensions to a separate module, added lmgtfy

This commit is contained in:
Master Kwoth
2016-01-21 03:17:01 +01:00
parent eac933e4ec
commit 40227a175a
14 changed files with 33 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
using System;
using System.Threading.Tasks;
using Discord.Commands;
using Discord.Legacy;
using NadekoBot.Extensions;
using System.IO;
namespace NadekoBot