This is more of help rather than an issue but iv'e been messing around with discord.NET and i cant seem to figure out the discord.SetGame to get the bit is playing...
SetGame() takes a single string argument which represents the "game" you want your bot to be "playing." Also, you have to call SetGame() after a delay after your bot connects, so put it after an await Task.Delay(3000) after you connect.
These questions are better suited for our channel in the Discord API Guild (#dotnet_discord-net).
Closing as this looks like it has been resolved externally.
Most helpful comment
RESET YOUR TOKEN
SetGame()takes a single string argument which represents the "game" you want your bot to be "playing." Also, you have to callSetGame()after a delay after your bot connects, so put it after anawait Task.Delay(3000)after you connect.These questions are better suited for our channel in the Discord API Guild (#dotnet_discord-net).