Update AdministrationModule.cs
This commit is contained in:
parent
e4ef3ce85f
commit
f00ffe17cc
@ -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 =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user