Update AdministrationModule.cs

This commit is contained in:
blitz4694 2016-07-26 11:57:08 +10:00 committed by GitHub
parent e4ef3ce85f
commit f00ffe17cc

View File

@ -717,7 +717,7 @@ namespace NadekoBot.Modules.Administration
}); });
cgb.CreateCommand(Prefix + "setgame") cgb.CreateCommand(Prefix + "setgame")
.Description($"Sets the bots game. **Bot Owner Only!** | {Prefix}setgame Playing with kwoth") .Description($"Sets the bots game. **Bot Owner Only!** | `{Prefix}setgame Playing with kwoth`")
.Parameter("set_game", ParameterType.Unparsed) .Parameter("set_game", ParameterType.Unparsed)
.Do(e => .Do(e =>
{ {