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
+23-5Lines changed: 23 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,13 +45,20 @@ A `?delete` command, which is an alternative to manually deleting a message. Thi
45
45
When updating to this version, all prior permission settings with guild-based permissions will be invalidated. You will need to convert to the above system.
46
46
`OWNERS` will also get removed, you will need to set owners through `?permissions add level owner 212931293123129` or any way listed above.
- Logs search command will search through log keys as well now.
54
+
- For example, `?logs search e7499e82f8ff`.
53
55
54
-
### Info
56
+
# v2.17.1
57
+
### What's new?
58
+
59
+
Stricter fallback genesis embed search.
60
+
61
+
### Changed
55
62
How modmail checks if a channel is a thread:
56
63
57
64
1. First the bot checks if the channel topic is in the format `User ID: xxxx`, this means it is a thread.
@@ -79,10 +86,21 @@ An issue where a scheduled close would not execute over a long period of time if
79
86
80
87
# v2.16.0
81
88
82
-
### What's new?
89
+
### Changed
90
+
91
+
All support for Modmail API (api.modmail.tk) has terminated.
92
+
If you're still using api.modmail.tk, you will need to migrate to the self-hosted database
93
+
option ASAP. Your bot will not work unless you switch to the self-hosted option. Refer to the
94
+
installation tutorial for information regarding self-hosted Modmail.
83
95
84
96
If a member leaves/joins (again) while they are a recipient of a thread, a message will be sent to notify you that this has occured.
85
97
98
+
# v2.15.1
99
+
100
+
### Fixed
101
+
102
+
Emergency patch of a SyntaxError.
103
+
86
104
# v2.15.0
87
105
88
106
### What's new?
@@ -270,7 +288,7 @@ Huge thanks to Sasiko for reporting these issues.
270
288
271
289
# v2.12.0
272
290
273
-
### Important
291
+
### Important
274
292
**In the future, the Modmail API (https://modmail.tk) will be deprecated. This is due to the fact that we are providing a free service without getting anything in return, and thus we do not have the resources to scale to accommodate for more users.
275
293
We recommend using your own database for logs. In the future you will soon get a `backup` command so you can download all your pre-existing data and migrate to your own database.**
@@ -56,8 +52,7 @@ Have you sent something with the `?reply` command by accident? Don't fret, you c
56
52
57
53
## Thread Logs
58
54
59
-
Thread conversations are automatically logged with a generated viewable website of the complete thread. Logs are rendered with styled HTML and presented in an aesthetically pleasing way—it blends seamlessly with the mobile version of Discord. An example of a logged conversation: https://logs.modmail.tk/02032d65a6f3
60
-
55
+
Thread conversations are automatically logged with a generated viewable website of the complete thread. Logs are rendered with styled HTML and presented in an aesthetically pleasing way—it blends seamlessly with the mobile version of Discord. An example of a logged conversation: https://modmail-logs.herokuapp.com/logs/02032d65a6f3.
0 commit comments