Update AdministrationModule.cs

This commit is contained in:
blitz4694 2016-07-26 11:55:39 +10:00 committed by GitHub
parent 9e38cfd6c6
commit e4ef3ce85f

View File

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