Current Behaviour
Modmails are currently directly forwarded from the interactionCreate handler in index.js. It should instead make use of createReactionRow to avoid having custom logic in interactionCreate and so restart-safe interactions work the same as other functions.
Tasks
Things to Do
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