diff --git a/src/NadekoBot/Modules/Administration/Self/SelfCommands.cs b/src/NadekoBot/Modules/Administration/Self/SelfCommands.cs index a80f950c7..90396729e 100644 --- a/src/NadekoBot/Modules/Administration/Self/SelfCommands.cs +++ b/src/NadekoBot/Modules/Administration/Self/SelfCommands.cs @@ -335,7 +335,8 @@ public partial class Administration { try { - await _client.SetStatusAsync(UserStatus.DoNotDisturb); + await _client.SetStatusAsync(UserStatus.Invisible); + _ = _client.StopAsync(); await ReplyConfirmLocalizedAsync(strs.shutting_down); } catch