-
Notifications
You must be signed in to change notification settings - Fork 0
Convert Modmail to use createReactionRow from redis.js #723
Copy link
Copy link
Open
Labels
Lost HallsThis relates to the Discord Guild named "Lost Halls"This relates to the Discord Guild named "Lost Halls"Quality of LifeAn improvement of something that existsAn improvement of something that existsShatters/MoonlightThis relates to the Discord Guild named "Shatters/Moonlight"This relates to the Discord Guild named "Shatters/Moonlight"
Description
Activity
Metadata
Metadata
Assignees
Labels
Lost HallsThis relates to the Discord Guild named "Lost Halls"This relates to the Discord Guild named "Lost Halls"Quality of LifeAn improvement of something that existsAn improvement of something that existsShatters/MoonlightThis relates to the Discord Guild named "Shatters/Moonlight"This relates to the Discord Guild named "Shatters/Moonlight"
Current Behaviour
Modmails are currently directly forwarded from the
interactionCreatehandler inindex.js. It should instead make use ofcreateReactionRowto avoid having custom logic ininteractionCreateand so restart-safe interactions work the same as other functions.Tasks
Things to Do
index.jscreateReactionRowwhenever buttons change to update redis so buttons can be forwardedmodule.exports.interactionHandlerinmodmail.jsto work with the data sent byhandleReactionRow