Revert ">magicitems added"

This reverts commit 41a6b84934.
This commit is contained in:
appelemac
2016-03-28 15:31:01 +02:00
parent 4c9b6185aa
commit 76d56e63d3
5 changed files with 0 additions and 455 deletions

View File

@ -92,15 +92,6 @@ namespace NadekoBot.Modules {
await e.Channel.SendMessage(msg);
});
cgb.CreateCommand(Prefix + "magicitem")
.Description("Draw a magic item randomly.")
.Do(async e =>
{
await
e.Channel.SendMessage(
NadekoBot.Config.MagicItems[new Random().Next(0, NadekoBot.Config.MagicItems.Count)].ToString());
});
cgb.CreateCommand(Prefix + "linux")
.Description("Prints a customizable Linux interjection")
.Parameter("gnu", ParameterType.Required)