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

feat: add UpdateWatchStatus function #1291

Merged
merged 1 commit into from
Dec 2, 2022

Conversation

rickstaa
Copy link
Contributor

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

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).
@FedorLap2006 FedorLap2006 merged commit 2998b2c into bwmarrin:master Dec 2, 2022
@FedorLap2006
Copy link
Collaborator

Thanks for your contribution!

@FedorLap2006 FedorLap2006 added the feature Feature implementation label Dec 2, 2022
@rickstaa rickstaa deleted the add_watching_activity branch December 2, 2022 23:00
@rickstaa
Copy link
Contributor Author

rickstaa commented Dec 3, 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.
@rickstaa
Copy link
Contributor Author

rickstaa commented Jan 4, 2023

@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 <rileysnyder@protonmail.ch>

* Update ticker.go

Co-authored-by: Riley Snyder <rileysnyder@protonmail.ch>

* Update token.go

Co-authored-by: Riley Snyder <rileysnyder@protonmail.ch>

---------

Co-authored-by: Riley Snyder <rileysnyder@protonmail.ch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants