Skip to content
New issue

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

Change from listening to watching in bot discord #26

Open
putrafirman opened this issue Nov 2, 2021 · 2 comments
Open

Change from listening to watching in bot discord #26

putrafirman opened this issue Nov 2, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@putrafirman
Copy link
Member

putrafirman commented Nov 2, 2021

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
)
@putrafirman putrafirman added the enhancement New feature or request label Nov 2, 2021
@putrafirman putrafirman self-assigned this Nov 2, 2021
@putrafirman
Copy link
Member Author

will be implemented using method from discordgo. need to declare [UpdateStatusData]

func (*Session) [UpdateStatusComplex](https://github.com/bwmarrin/discordgo/blob/v0.25.0/wsapi.go#L385)

@putrafirman
Copy link
Member Author

putrafirman commented Aug 16, 2022

using activity type

ActivityTypeWatching  = 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant