Should do it~

This commit is contained in:
appelemac 2016-03-27 11:07:52 +02:00
parent 7c17cc24cd
commit 5496531bf2
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@ namespace NadekoBot.Modules {
commands.Add(new SpeedTyping(this)); commands.Add(new SpeedTyping(this));
commands.Add(new PollCommand(this)); commands.Add(new PollCommand(this));
//commands.Add(new BetrayGame(this)); //commands.Add(new BetrayGame(this));
//EDIT TEST
} }
public override string Prefix { get; } = NadekoBot.Config.CommandPrefixes.Games; public override string Prefix { get; } = NadekoBot.Config.CommandPrefixes.Games;

View File

@ -15,7 +15,8 @@
"Games": ">", "Games": ">",
"Gambling": "$", "Gambling": "$",
"Permissions": ";", "Permissions": ";",
"Programming": "%" "Programming": "%",
"Pokemon": "poke"
}, },
"ServerBlacklist": [], "ServerBlacklist": [],
"ChannelBlacklist": [], "ChannelBlacklist": [],