Skip to content

Releases: TFAGaming/DiscordJS-V14-ModMail-Bot

Version 8.0.0

21 Oct 22:47
Compare
Choose a tag to compare

Another big update for the bot!

  • Changed database from JSON to SQL.
  • New logging system using webhooks.
  • Performance added and bug fixes.

Version 7.0.0

22 Jun 22:49
Compare
Choose a tag to compare

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

31 Aug 13:09
6380261
Compare
Choose a tag to compare

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

30 Aug 12:43
3b8bb93
Compare
Choose a tag to compare

Release v6.2.1!

• Close button in DMs duplication has been fixed.

Before:


• Updated the guide: Better setup and help configuration.

Version 6.2.0

29 Aug 20:35
121058d
Compare
Choose a tag to compare

Release v6.2.0!

• Added help command.
• Added auto mention manager roles when mail created (You can set it true or false in config.js).
• Dynamic commands command added:

Version 6.1.0

29 Aug 12:39
69e9f44
Compare
Choose a tag to compare

Release v6.1.0!

• Mail closing duplication has been fixed.

Before:

Version 6.0.0

28 Aug 14:54
a2e488f
Compare
Choose a tag to compare

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

15 Aug 19:46
3a3a8f0
Compare
Choose a tag to compare

Release (v5.0.0)!

• Updated the guide.
• Fixed config.js.
• Fixed index.js.

Version 6.0.0 BETA

27 Aug 15:54
3a3a8f0
Compare
Choose a tag to compare
Version 6.0.0 BETA Pre-release
Pre-release

Release v6.0.0 BETA!

⚠️ Currently in BETA version, errors may be occurs and should be fixed soon.

• 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

15 Aug 18:56
6087223
Compare
Choose a tag to compare
ALPHA 2.0.0 Pre-release
Pre-release

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.