You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Big problem with this is that the Discord.NET library isn't exactly friendly and logs the exception instead of throwing it. Will have to figure this one out later.
Problem
When the bot starts here, You are at mercy of everything being set up correctly. That's far from optimal.
Solution suggestion
await _client.LoginAsync(TokenType.Bot, _clientToken);
andawait _client.StartAsync();
The text was updated successfully, but these errors were encountered: