mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-16 12:28:03 +00:00
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:
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
Closes the mod mail thread, does *not* notify the user and does *not* log the thread.
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
closeNoLog
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user