When upgrading, make sure to update your package.json file and run
- Added support for currencies other than USD.
- Stripe payments are now created using payment links and not invoices. This is due to causing several issues for converting between currencies.
- Fixed subcommands erroring to console instead of to Discord.
config.ymlandlang.ymllocations are now independent of your current working directory - this means that running the bot like node/long/path/to/bot/dist/index.jsshould work correctly now.npm install!
Full changelog
- Added a new prompt type: “option”. It works just like the select menu, but shows all options on buttons.
- Added the ability to add prompts to support tickets. You can enable it by defining questions for support tickets.
Full changelog
Following changes have been added to 2.9.1 (2.8.5 remains the same);
- Added a context menu option to quickly create a support ticket with some user as an admin. Right click on a user or any of their message > Apps > Create support ticket.
![]()
We plan on adding more context menu options - ones that are also available for the normal user and not only admins - so stay tuned!- Added defaults to config emojis.
- Added dropdownEmoji support to questions of the “select menu” type. You can now define dropdownEmoji: "youremoji" in the options for a select menu prompt.
Full changelog
v2.8.5 is officially out of beta and v2.9 is available.
- Uses new, unified code for error-handling.
- Added more flexible and extensive logging.
- Made /ticketinfo more readable & user-friendly.
- Fixes for the /deadline command and config.yml validation.
- Bumped discord.js and TypeScript to latest versions and replaced some outdated/deprecated packages.
- Other technical changes which can be seen by following the below link:
Full changelog
Read the installation guide
// Affects both stable 2.7.2 and beta 2.8 branches //
- Fixed profile panel crash when fields were empty
- Bumped typescript version to latest 5.3, discord.js to latest 14.14.1.
