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
1. First the bot checks if the channel topic is in the format `User ID: xxxx`, this means it is a thread.
@@ -46,10 +44,21 @@ An issue where a scheduled close would not execute over a long period of time if
46
44
47
45
# v2.16.0
48
46
49
-
### What's new?
47
+
### Changed
48
+
49
+
All support for Modmail API (api.modmail.tk) has terminated.
50
+
If you're still using api.modmail.tk, you will need to migrate to the self-hosted database
51
+
option ASAP. Your bot will not work unless you switch to the self-hosted option. Refer to the
52
+
installation tutorial for information regarding self-hosted Modmail.
50
53
51
54
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.
52
55
56
+
# v2.15.1
57
+
58
+
### Fixed
59
+
60
+
Emergency patch of a SyntaxError.
61
+
53
62
# v2.15.0
54
63
55
64
### What's new?
@@ -237,7 +246,7 @@ Huge thanks to Sasiko for reporting these issues.
237
246
238
247
# v2.12.0
239
248
240
-
### Important
249
+
### Important
241
250
**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.
242
251
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