removed wowjoke duplicate, thx remilia

This commit is contained in:
Master Kwoth 2016-06-20 21:48:14 +02:00
parent 0925bd46c2
commit 03f927dd05

View File

@ -30,7 +30,6 @@ namespace NadekoBot.Modules.Searches
commands.Add(new RedditCommand(this));
commands.Add(new WowJokeCommand(this));
commands.Add(new CalcCommand(this));
commands.Add(new WowJokeCommand(this));
rng = new Random();
}