Skip to content

Releases: discord-tickets/bot

v3.1.2

07 Oct 13:11
005e383
Compare
Choose a tag to compare

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

25 Sep 22:58
abf6091
Compare
Choose a tag to compare

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

24 Sep 23:08
Compare
Choose a tag to compare

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

30 May 21:57
c6d56af
Compare
Choose a tag to compare

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

23 Nov 11:23
588ff69
Compare
Choose a tag to compare

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

13 Nov 20:41
5c61bff
Compare
Choose a tag to compare

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

14 Oct 21:46
Compare
Choose a tag to compare

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

26 Aug 19:01
Compare
Choose a tag to compare

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

23 Aug 22:04
Compare
Choose a tag to compare

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
  • Annoying update notifier that no one asked for (you can turn it off if you want)
  • Ticket "panel" / "widget" reaction thing
  • Other stuff

Patch

05 May 20:15
Compare
Choose a tag to compare

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