Releases: discord-tickets/bot
v3.1.2
Fixed some bugs.
Installation
Instructions at discordtickets.app/getting-started.
Updating
From v3.1.x
Follow the instructions at discordtickets.app/updating
Changelog
View the changelog at discordtickets.app/changelog.
Full Changelog: v3.1.1...v3.1.2
Sponsored by
v3.1.1
This release fixed a few issues from v3.1.0, but using a different locale may still be broken.
Installation
Instructions at discordtickets.app/getting-started.
Updating
From v3.0
1. Delete user/config.js
2. Create a file called version
and type 3.0.0
3. Follow the instructions at discordtickets.app/updating
This update makes changes to the database, and as Discord Tickets doesn't yet have a database migration system, it is much easier and more likely to work if you do a fresh install (with a new database).
From v3.1.0
Follow the instructions at discordtickets.app/updating
Changelog
View the changelog at discordtickets.app/changelog.
Sponsored by
v3.1.0
Installation
Instructions at discordtickets.app/getting-started.
Updating
1. Delete user/config.js
2. Create a file called version
and type 3.0.0
3. Follow the instructions at discordtickets.app/updating
This update makes changes to the database, and as Discord Tickets doesn't yet have a database migration system, it is much easier and more likely to work if you do a fresh install (with a new database).
Changelog
View the changelog at discordtickets.app/changelog.
Sponsored by
v3.0.0
Installation
Instructions at discordtickets.app/getting-started.
Updating
v3 is completely incompatible with v2; you cannot update, you must make a fresh installation.
Changelog
View the changelog at discordtickets.app/changelog.
v2.1.3
Download
Clone the repository (or download archive) to get the latest code.
Changelog
See commits for full changes.
- Fixed emoji in web archives
- Fixed encoding issue for unicode emoji
- Replaced emoji names with unicode characters in embeds
v2.1.2
Download
Clone the repository (or download archive) to get the latest code.
Changelog
See commits for full changes.
- Fixed web archives (which were empty)
v2.1.1
Changelog (summary)
See commits for full changes
- Now gives an error if you try running it with the wrong version of Node (by @ohlookitsderpy)
- Added transfer command (by @iFusionFr, thyGod's suggestion)
- Replaced all file paths so they aren't relative
v2.0.1 - Archives & panel patch
How to install
Please download from master branch, not the tags/releases, as there are many small fixes and updates added after the release.
- Download master, extract it, and overwrite the existing
src/
directory
This patch does not modify user/
so you do not need to reset your config or env.
What's different?
- Web archives now work (with DiscordTickets-Portal)
- Ticket panel can now use custom emojis as well
- Fixed error when creating a new panel after the old one was deleted
- Minor improvements
IMPORTANT NOTE: I forgot to update the version number in package.json
so download from master not here if you don't want invalid update notifications.
v2.0.0
DiscordTickets v2 is here!
What's different?
- Now with SQLite/MySQL database storage, tickets are sequentially named and no longer limited to 1 per user
- More customisation, better config
- Much better and cleaner code (also more code)
- Transcripts & archives (almost)! (#4 and #14)
- discord.js v12 support
- Better UX
Annoyingupdate notifier that no one asked for (you can turn it off if you want)- Ticket "panel" / "widget" reaction thing
- Other stuff
Patch
Fixed spelling mistake and updated stuff.
Use direct download for the latest version: https://github.com/Eartharoid/DiscordTickets/archive/master.zip
OR
Use git (git clone https://github.com/Eartharoid/DiscordTickets.git
) for easy updates