Discord.net: discord.SetGame

Created on 19 May 2017  路  2Comments  路  Source: discord-net/Discord.Net

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...
capture

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 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).

All 2 comments

RESET YOUR TOKEN

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RheaAyase picture RheaAyase  路  6Comments

MinisBett picture MinisBett  路  3Comments

Poyser1911 picture Poyser1911  路  4Comments

GHosaPhat picture GHosaPhat  路  7Comments

JKamsker picture JKamsker  路  4Comments