-
Notifications
You must be signed in to change notification settings - Fork 814
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
feat: add UpdateWatchStatus function #1291
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This commit adds the UpdateWatchStatus method that can be used to set discords Watch status (see https://discord.com/developers/docs/game-sdk/activities#data-models-activitytype-enum).
rickstaa
added a commit
to rickstaa/discord-stock-ticker
that referenced
this pull request
Nov 29, 2022
This commit uses the new UpdateWatchStatus of bwmarrin/discordgo#1291 to set the activity to watching instead of streaming.
This was referenced Nov 29, 2022
FedorLap2006
approved these changes
Dec 2, 2022
Thanks for your contribution! |
Amazing! Thanks. 💪🏻 May I ask when you are planning to release a new version? 👀 |
rickstaa
added a commit
to rickstaa/discord-stock-ticker
that referenced
this pull request
Dec 3, 2022
This commit uses the new UpdateWatchStatus function of bwmarrin/discordgo#1291 to set the activity to watching instead of streaming.
rickstaa
added a commit
to rickstaa/discord-stock-ticker
that referenced
this pull request
Dec 3, 2022
This commit uses the new UpdateWatchStatus function of bwmarrin/discordgo#1291 to set the activity to watching instead of streaming.
rickstaa
added a commit
to rickstaa/discord-stock-ticker
that referenced
this pull request
Dec 3, 2022
This commit uses the new UpdateWatchStatus function of bwmarrin/discordgo#1291 to set the activity to watching instead of streaming.
rickstaa
added a commit
to rickstaa/discord-stock-ticker
that referenced
this pull request
Dec 3, 2022
This commit uses the new UpdateWatchStatus function of bwmarrin/discordgo#1291 to set the activity to watching instead of streaming.
rickstaa
added a commit
to rickstaa/discord-stock-ticker
that referenced
this pull request
Dec 3, 2022
This commit uses the new UpdateWatchStatus function of bwmarrin/discordgo#1291 to set the activity to watching instead of streaming.
rickstaa
added a commit
to rickstaa/discord-stock-ticker
that referenced
this pull request
Dec 5, 2022
This commit uses the new UpdateWatchStatus of bwmarrin/discordgo#1291 to set the activity to watching instead of streaming.
rickstaa
added a commit
to rickstaa/discord-stock-ticker
that referenced
this pull request
Dec 5, 2022
This commit uses the new UpdateWatchStatus of bwmarrin/discordgo#1291 to set the activity to watching instead of streaming.
@FedorLap2006 may I ask when you are planning to create a new release? It would be amazing if we could merge rssnyder/discord-stock-ticker#181 downstream. 🚀 |
rickstaa
added a commit
to rickstaa/discord-stock-ticker
that referenced
this pull request
Jan 12, 2023
This commit uses the new UpdateWatchStatus function of bwmarrin/discordgo#1291 to set the activity to watching instead of streaming.
rssnyder
pushed a commit
to rssnyder/discord-stock-ticker
that referenced
this pull request
Jan 25, 2023
* feat: change streaming discord activity to watching This commit uses the new UpdateWatchStatus function of bwmarrin/discordgo#1291 to set the activity to watching instead of streaming. * build: update discordgo dep version
rssnyder
added a commit
to rssnyder/discord-stock-ticker
that referenced
this pull request
Feb 13, 2023
* feat: add floor color argument This commit adds the `color` argument to the floor ticker. * feat: change floor activity to watching This commit uses the new UpdateWatchStatus of bwmarrin/discordgo#1291 to set the activity to watching instead of streaming. * feat: add custom activity argument to floor ticker This commit adds the `activity` argument to the floor ticker. * feat: add floor colors argument This commit adds the `colors` argument to the floor ticker. * feat: feat: add floor ticker decorator argument This commit adds the `decorator` argument to the floor ticker. * feat: add ability to disable price arrows This commit makes sure people can disable the price arrows by setting the `decorator` argument to `" "`. * build: remove dev dependency * refactor: update code comments * refactor: update code comments * feat: make floor bot currency customizable * fix: add_floor_colors merge conflict * fix: fix decorator not applied bug This commit makes sure the decorator is applied. * Update marketcap.go Co-authored-by: Riley Snyder <[email protected]> * Update ticker.go Co-authored-by: Riley Snyder <[email protected]> * Update token.go Co-authored-by: Riley Snyder <[email protected]> --------- Co-authored-by: Riley Snyder <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit adds the UpdateWatchStatus method that can be used to set discords Watch status (see https://discord.com/developers/docs/game-sdk/activities#data-models-activitytype-enum).