Skip to content

Commit

Permalink
Set to invis
Browse files Browse the repository at this point in the history
  • Loading branch information
FeroxFoxxo committed Oct 16, 2023
1 parent c0a550e commit c8833eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Bot/Services/DiscordBot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ private async Task ReadyHandler()
_eventHandler.BotLaunchedEvent.Invoke();
}

await _client.SetStatusAsync(UserStatus.Offline);
await _client.SetStatusAsync(UserStatus.Invisible);
}

private static Task Log(LogMessage logMessage, ILogger logger)
Expand Down

0 comments on commit c8833eb

Please sign in to comment.