.setgame should now disable playing status

This commit is contained in:
Kwoth 2017-01-05 10:33:20 +01:00
parent 8d26471748
commit 74b6ef5e7b

View File

@ -97,8 +97,6 @@ namespace NadekoBot.Modules.Administration
[OwnerOnly]
public async Task SetGame([Remainder] string game = null)
{
game = game ?? "";
await NadekoBot.Client.SetGame(game).ConfigureAwait(false);
await Context.Channel.SendConfirmAsync("👾 **New game set.**").ConfigureAwait(false);