.die should now set to invisible, not dnd, but it doesn't seem to have an effect anyway

This commit is contained in:
Kwoth
2022-07-06 03:03:03 +02:00
parent 5fac500dcf
commit 43dd37c4f1

View File

@@ -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