help is not instant-ratelimit anymore, need to move it completely to a page

This commit is contained in:
Master Kwoth
2016-02-16 23:05:49 +01:00
parent 127eb37cfe
commit 070cf5d967
2 changed files with 2 additions and 5 deletions

View File

@ -1,17 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.Audio;
using NadekoBot.Modules;
using System.IO;
using System.Diagnostics;
using NadekoBot.Extensions;
using System.Threading;
using Timer = System.Timers.Timer;
using VideoLibrary;
namespace NadekoBot.Classes.Music {