added command to completely silently close a mod mail thread (no logging, no notification)

this is part of the mod mai logging feature, because without logging the normal closeSilently behaves the same way by default
This commit is contained in:
Sheldan
2020-05-16 11:06:48 +02:00
parent d5007e362b
commit cd80d27795
10 changed files with 81 additions and 6 deletions

View File

@@ -1 +1 @@
Closes the mod mail thread, which means: logging the messages to mod mail log, deleting the channel the thread was in and notifying the use that the thread was closed.
Closes the mod mail thread, which means: logging the messages to mod mail log (if `modmail_logging` is enabled), deleting the channel the thread was in and notifying the use that the thread was closed.

View File

@@ -0,0 +1 @@
Closes the mod mail thread, does *not* notify the user and does *not* log the thread.

View File

@@ -0,0 +1 @@
Closes the mod mail thread, which means deleting the channel the thread was in. This command does not notify the user nor does it log the content of the thread.

View File

@@ -1 +1 @@
Closes the mod mail thread, which means: logging the messages to mod mail log and deleting the channel the thread was in.
Closes the mod mail thread, which means: logging the messages to mod mail log (if `modmail_logging` is enabled) and deleting the channel the thread was in.