Update AdministrationModule.cs
This commit is contained in:
parent
9e38cfd6c6
commit
e4ef3ce85f
@ -717,7 +717,7 @@ namespace NadekoBot.Modules.Administration
|
|||||||
});
|
});
|
||||||
|
|
||||||
cgb.CreateCommand(Prefix + "setgame")
|
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)
|
.Parameter("set_game", ParameterType.Unparsed)
|
||||||
.Do(e =>
|
.Do(e =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user