nielsAD / muddy

Muddy is a Twitch bot with support for Discord configuration and logging
Other
1 stars 0 forks source link

Tracking unban request messages #4

Open francislavoie opened 1 month ago

francislavoie commented 1 month ago

I'm not sure if this is available via the APIs this bot uses, but one hole we've found when using this is that the user's unban request message gets lost to time if we don't copy them by hand before performing an unban/ban action.

I'd like to see that the bot would write a message to discord with the unban request message when it comes in. That way we can keep track of why we did indeed keep them banned if the message was no good etc.

Edit: AFAICT the pubsub endpoint doesn't have that info. I opened an issue in https://github.com/twitchdev/issues/issues/997

francislavoie commented 1 month ago

Apparently Twitch's PubSub is being shut down early next year :grimacing: I guess this bot will need to be updated https://discuss.dev.twitch.com/t/legacy-pubsub-deprecation-and-shutdown-timeline/58043