Closed rickstaa closed 1 year ago
Sweet! Looking forward for that being merged, gonna change all my bots to use this. Please ping me when its merged.
Sweet! Looking forward for that being merged, gonna change all my bots to use this. Please ping me when its merged.
I will! Happy to collaborate on such an amazing project!🔥
@rssnyder https://github.com/bwmarrin/discordgo/pull/1291 just got merged so we can apply it to all tickers and merge this PR. 🔥
I can fix conflicts tomorrow.
I added the UpdateWatchStatus
method to the other tickers and rebased the PR onto the master branch. Let's wait till a new version of https://github.com/bwmarrin/discordgo is released. We can update the go.mod
file and merge it after this release. I will keep you posted.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@stephaniehingtgen a new discordgo version was just released so we should be good to go (see https://github.com/bwmarrin/discordgo/releases/tag/v0.27.0). 👍🏻
@rickstaa can you update the dependencies on your branch to use the new release? Then I will validate and merge.
@rickstaa can you update the dependencies on your branch to use the new release? Then I will validate and merge.
Done 👍.
This PR uses the new UpdateWatchStatus of https://github.com/bwmarrin/discordgo/pull/1291 to set the activity to watching instead of streaming. It follows up on #180.