Releases: CarelessInternet/Ticketer
Releases · CarelessInternet/Ticketer
v2.1.1
Bug Fixes:
- Getting a JSON array/object should work for both
longtext
andjson
column types in MySQL
v2.1.0
Breaking Changes:
/delete
is restricted to ticketing managers only
New Features:
- Suggestion Commands:
/suggest
: Suggest something/suggest-config users block
: Block a user from using suggesting/suggest-config users unblock
: Unblocks a user from suggesting/suggest-config suggestions-channel
: The channel for suggestions/suggest-config target
: The target/amount of reactions to reach before pinning the suggestions/suggest-config reply-embed
: To reply with the message hidden or not
v2.0.1
Other Things:
- Archive the ticket if the ticket author left the thread
v2.0.0
Breaking Changes:
- Full rewrite from JavaScript to TypeScript
- Seperated
close archive
andclose delete
toarchive
anddelete
- Renamed environment variables, can be found in
src/environment.d.ts
v1.3.2
Bug Fixes:
- Client should now delete the 'bot created a thread...' system message in support tickets
v1.3.1
Bug Fixes:
- Fixed handling of an empty channel ID for welcome/goodbye messages
Other:
- Switched the order of steps in the
getting started
file.
v1.3.0
New Features:
- Added
audit-log
command, which shows the audit log - Added statuses of managers when creating a new ticket to the ticket embed in the support ticket thread channel
Other:
- Added gif support for whenever displaying the avatar of a user
v1.2.2
Bug Fixes:
- Changed to use the newly updated thread permissions instead of the old deprecated ones
- Checking for the subject when doing the
close delete
command should correctly handle errors now
v1.2.1
Bug Fixes:
- Fixed a bug where the subject could be null when doing the
close delete
command and viewing the logs. Now it gets auto set toNot Found
if the field could not be found
v1.2.0
New Features:
- Create a message history of a deleted ticket which gets sent to the logs channel if there is one.
Other:
- Thumbnails for welcome/goodbye messages should hopefully have support for gif avatars.
- Updated privacy policy & getting started file