From 74b6ef5e7b983579a8f43596de54a983d2a7e960 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Thu, 5 Jan 2017 10:33:20 +0100 Subject: [PATCH] .setgame should now disable playing status --- src/NadekoBot/Modules/Administration/Commands/SelfCommands.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/NadekoBot/Modules/Administration/Commands/SelfCommands.cs b/src/NadekoBot/Modules/Administration/Commands/SelfCommands.cs index be2643a3..915b6373 100644 --- a/src/NadekoBot/Modules/Administration/Commands/SelfCommands.cs +++ b/src/NadekoBot/Modules/Administration/Commands/SelfCommands.cs @@ -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);