hanabi-live
hanabi-live copied to clipboard
Moderation of messages on discord should be synced with lobby chat
When you, specifically, delete a comment by moderation in discord #general-lobby, it should sync, and delete the message on the lobby chat on the homepage as well.
not sure how that would be possible
Can't you add an event handler for message deletion to the discord bot?
We are already grabbing messages from discord when they publish, feels like there should be a way to grab other events as well. But i have never my self worked with it, so idk
yeah we would need to hook the onDelete event or whatever