Should do it~
This commit is contained in:
parent
7c17cc24cd
commit
5496531bf2
@ -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;
|
||||||
|
@ -15,7 +15,8 @@
|
|||||||
"Games": ">",
|
"Games": ">",
|
||||||
"Gambling": "$",
|
"Gambling": "$",
|
||||||
"Permissions": ";",
|
"Permissions": ";",
|
||||||
"Programming": "%"
|
"Programming": "%",
|
||||||
|
"Pokemon": "poke"
|
||||||
},
|
},
|
||||||
"ServerBlacklist": [],
|
"ServerBlacklist": [],
|
||||||
"ChannelBlacklist": [],
|
"ChannelBlacklist": [],
|
||||||
|
Loading…
Reference in New Issue
Block a user