mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	.die should now set to invisible, not dnd, but it doesn't seem to have an effect anyway
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user