fidilen / discord-modmail

A Discord bot that provides simple and straightforward DM support similar to ModMail. No external database is required.
2 stars 1 forks source link

Error at your verification #1

Closed kazotka closed 1 year ago

kazotka commented 1 year ago

There's a small error in your code! In the file discord-modmail-master\functions you need to change line 7 & 11 in the file discord-modmail-master\functions\close.js, because when you write interaction.reply it's already been sent, so you need to change it to this: interaction.followUp. The same goes for the discord-modmail-master\functions\reply.js file at line 9 & 12, where you do the same thing.

fidilen commented 1 year ago

Thanks for reporting! I have applied the necessary changes. 😊