We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maybe in next release, we can change this to watching or custom activity and binding to coingecko / binance url for see chart detail
const ( ActivityTypeGame ActivityType = 0 ActivityTypeStreaming ActivityType = 1 ActivityTypeListening ActivityType = 2 ActivityTypeWatching ActivityType = 3 ActivityTypeCustom ActivityType = 4 ActivityTypeCompeting ActivityType = 5 )
The text was updated successfully, but these errors were encountered:
will be implemented using method from discordgo. need to declare [UpdateStatusData]
[UpdateStatusData]
func (*Session) [UpdateStatusComplex](https://github.com/bwmarrin/discordgo/blob/v0.25.0/wsapi.go#L385)
Sorry, something went wrong.
using activity type
ActivityTypeWatching = 3
putrafirman
No branches or pull requests
maybe in next release, we can change this to watching or custom activity and binding to coingecko / binance url for see chart detail
The text was updated successfully, but these errors were encountered: