We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83ef7d commit 0fce84eCopy full SHA for 0fce84e
OsuFriendsBot/Services/StartupService.cs
@@ -58,7 +58,6 @@ public async Task StartAsync()
58
}
59
await _discord.LoginAsync(TokenType.Bot, _config.Token); // Login to discord
60
_config.Token = string.Empty; // Clear token for security
61
- _logger.LogInformation("Starting");
62
await _discord.StartAsync(); // Connect to the websocket
63
await _discord.SetGameAsync($"{_config.Prefix}help", type: ActivityType.Listening);
64
0 commit comments