Skip to content

Releases: ATN-Development/atn-modmail

No package install on start

08 Apr 16:55
Compare
Choose a tag to compare

What's Changed

Small Changes

Removed: npm install command on start script. This makes starting the bot consecutively easier, and now you can install the dependencies only once (when you clone the bot).

Full Changelog: 2.3.0...2.3.1

Eris 0.17, bug fixes and performance improvements

24 Jun 20:05
Compare
Choose a tag to compare

What's Changed

Big Changes

Removed: text based commands.
Removed: old transcript post function which was used to post transcripts but deprecated because of privacy concerns.

Small Changes

Added: ESLint to ensure code conventions are the same throughout the code base.
Added: Prettier to ensure code style is the same throughout the code base.
Removed: chalk package, as it was not needed.

Full Changelog: 2.2.3...2.3.0

Default emojis in config.ts documentation.

23 Oct 13:37
27f5a65
Compare
Choose a tag to compare

What's Changed

  • Default emoji in config file documentation, updated dependencies. by @NotReallyEight in #61

Full Changelog: 2.2.2...2.2.3

Minor Release

09 Oct 18:00
8a19ad3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.1...2.2.2

Emergency Bug Fix

15 Aug 16:06
62ab09b
Compare
Choose a tag to compare

Yes, I created a buggy version of the bot... All should be fixed in this release, sorry for the incoveniences.

Slash Commands

15 Aug 14:49
63063f1
Compare
Choose a tag to compare

Slash!

Additions:
Added entire support for slash commands, finally the newest slashy commands are here.
Added a warning on bot's startup if it is not in the latest version of the bot. To all the people who does not update my bot, smh.

Edits:
Edited startup command, you finally do not need to install typescript globally 😄.
Edited the ModMail logs, now it is a little bit different, because you can delete files you do not want! Just right click > delete if you are wondering.

Deprecations:
Deprecated Dumpz, as it was a little bit too unsafe for our users if the links get leaked.

Bug Fixes:
Fixed a bug where in the reply command, the attachments of the message could not show up because of a bug. Even though that bug was just on the Staff side, but you know... Better fixing than anything else!

Dependencies:
Updated @types/node for so many times, but better adding the patch note here.
Installed a new dependency: chalk. This will be useful for the future while making the terminal much better and cleaner than how it is right now!

Help Command

04 Aug 13:49
49ad335
Compare
Choose a tag to compare

Help command is finally here! Now you can finally check what commands the bot has!
Also, added a better README.md file for you so it is much easier for beginners to understand and run the bot without issues!
Minor changes
Updated @types/node package.

Ticket Transcript

01 Aug 17:30
Compare
Choose a tag to compare

Someone said ticket transcript?
Ticket transcripts are finally here! What does that mean? Whenever you close a ModMail ticket, the bot will automatically store all the messages in a directory called transcripts and then it will just post it to a service called https://dumpz.org/! This will actually redirect you to an actual text file containing all the messages you and the user have sent 🙂
Not only that! More updates! Yes, more than usual I know.
Edited snippets.ts name to snippets.example.ts, you can just have all your files and stuff without needing to worry about it and having all the progress saved let's go!
Logs messages are not normal embeds anymore but webhooks! This means that it has much more customisability in terms of design. Because of this, now the avatar of the webhook sent will be the avatar of the user who opened the ModMail.
Thanks for sticking with me for all this time, I hope you liked this project so far! Make sure to tell me how you would like this project to improve and make sure to open up an issue if you have any or you need help!

Snippets Parameters

30 Jul 14:16
9377e70
Compare
Choose a tag to compare

Snippets parameters are finally here! You finally don't need to worry about talking about the person in the message after! We now support {{userid}}, {{usermention}} and {{usertag}}! Make sure to open up an issue if you have any suggestions.
We also decided to rename config.ts to config.example.ts so when you download the bot's file, you don't need to rewrite stuff or copy it again! (snippets.example.ts coming soon™️ don't worry 😄 )

TypeScript Rewrite

28 Jul 14:10
2769f93
Compare
Choose a tag to compare

TypeScript rewrite is finally finished! I addeed much better support for user experience so you guys will need to do less stuff to get the bot up and running which is nice :)
Edited a little README.md file to abide by this changes and we are finally in 2.0.0! Have fun using the new version of the bot!

P.S.: Not only that, I also fixed some errors in the code when 'ready' event was not emitted which caused the bot to actually start but not receiving some events due to Discord privileged intents. It's also fixed now.