Bot will now 'try' to set status to invisible before going offline when '.die' command is used, but it doesn't seem to have (much/any) effect. .qsearch is more powerful

This commit is contained in:
Kwoth
2022-07-03 22:26:41 +02:00
parent 643987c41f
commit 4d175477f5
5 changed files with 35 additions and 20 deletions

View File

@@ -335,6 +335,7 @@ public partial class Administration
{
try
{
await _client.SetStatusAsync(UserStatus.DoNotDisturb);
await ReplyConfirmLocalizedAsync(strs.shutting_down);
}
catch