Skip to content

Commit 0fce84e

Browse files
author
AbdShullah
committed
Minor change
1 parent b83ef7d commit 0fce84e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

OsuFriendsBot/Services/StartupService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public async Task StartAsync()
5858
}
5959
await _discord.LoginAsync(TokenType.Bot, _config.Token); // Login to discord
6060
_config.Token = string.Empty; // Clear token for security
61-
_logger.LogInformation("Starting");
6261
await _discord.StartAsync(); // Connect to the websocket
6362
await _discord.SetGameAsync($"{_config.Prefix}help", type: ActivityType.Listening);
6463

0 commit comments

Comments
 (0)