You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,21 +12,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
-`disable_recipient_thread_close` is removed, a new configuration variable `recipient_thread_close` replaces it which defaults to False.
13
13
- Truthy and falsy values for binary configuration variables are now interpreted respectfully.
14
14
15
+
### Added
16
+
17
+
-`?sfw`, mark a thread as "safe for work", undos `?nsfw`.
18
+
- New config variable, `thread_auto_close_silently`, when set to a truthy value, no message will be sent when thread is auto-closed.
19
+
- New configuration variable `thread_self_closable_creation_footer` — the footer when `recipient_thread_close` is enabled.
20
+
15
21
### Changes
16
22
17
23
-`thread_auto_close_response` has a configurable variable `{timeout}`.
18
-
- New configuration variable `thread_self_closable_creation_footer`, the footer when `recipient_thread_close` is enabled.
19
24
-`?snippet` is now the default command name instead of `?snippets` (`?snippets` is still usable). This is to make this consistent with `?alias`/`?aliases`.
20
25
21
26
### Fixes
22
27
23
28
-`?notify` no longer carries over to the next thread.
24
29
-`discord.NotFound` errors for `on_raw_reaction_add`.
25
30
-`mod_typing` and `user_typing` will no longer show when user is blocked.
26
-
27
-
### Added
28
-
29
-
-`?sfw`, mark a thread as "safe for work", undos `?nsfw`.
31
+
- Better `?block` usage message.
32
+
- Resolves errors when message was sent by mods after thread is closed somehow.
0 commit comments