Skip to content

Commit 8dba198

Browse files
committed
Update CHANGELOG.md
1 parent 27e4b55 commit 8dba198

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
# v2.14.0
8+
9+
### What's new?
10+
11+
Added the ability to enable the recipient to close their own threads. This takes place in the form of a reaction that the user can click to close their thread. This functionality is now enabled by default.
12+
13+
To disable this, do `?config set disable_recipient_thread_close true`
14+
15+
### More Customisability!
16+
17+
More config variables have been added that you can edit.
18+
19+
- `close_emoji` - the emoji that the user can click on to close a thread. Defaults to a lock (🔒)
20+
21+
You now have complete control of the look of the thread creation and close embeds the users see.
22+
23+
- `thread_creation_title` - the title of the embed. Defaults to 'Thread Created'
24+
- `thread_creation_footer` - the footer text in the embed. Defaults to 'Your message has been sent...'
25+
- `thread_close_title` - the title of the embed. Defaults to 'Thread Closed'
26+
- `thread_close_footer` - the footer text in the embed. Defaults to 'Replying will create a new thread'
27+
728
# v2.13.13
829

930
### What's new?

0 commit comments

Comments
 (0)