Releases: TFAGaming/DiscordJS-V14-ModMail-Bot
Version 8.0.0
Version 7.0.0
It's been a long time, huh? Well, here is the new update!
- Bug fixes such as "Close" button.
- Updated discord.js v14.6.x code to v14.11.x.
- More updates.
Version 6.3.0
Release v6.3.0!
• Buttons can now respond if the bot has restarted.
• Close buttons collectors removed.
• More process anti-crash handlers.
• Slash command /close
has been removed.
Version 6.2.1
Version 6.2.0
Version 6.1.0
Version 6.0.0
Release v6.0.0!
• Major bugs fixed.
• Modals handler added.
• Fixed embed messages.
• Fixed buttons handler.
• Added .catch()
to function .reply()
(interaction.reply()) to handle errors.
Version 5.0.0
Release (v5.0.0)!
• Updated the guide.
• Fixed config.js.
• Fixed index.js.
Version 6.0.0 BETA
Release v6.0.0 BETA!
• Added modals system for closing a mail (Only in created mail channels, not in DM channels).
• Added closing system in DMs channels.
For an example, if a user has created accidentally a mail, they can close it without any problem.
• Setup command is now available.
ALPHA 2.0.0
Pre-release of the new project v2
• Edited configuration file config.json
to config.js
because using JavaScript like a config file is better than using JSON (JavaScript Object Notation). One small error in JSON file(s) causes many errors, that is why using JavaScript as a config file is better.