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
Currently, there is no way to precisely send logs to different channels or disable some logs altogether. For example, a user might only want to log message deletions, but not message edits. Maybe they prefer to have punishments logged only in the PublicFeedbackChannel while still logging message deletions
Proposed Solution
For each type of logs, add a separate option that determines where the log gets sent. For example: LogMessageDeletions: <public, private, disabled/off> LogMessageEdits: <public, private, disabled/off>
and so on
Other Information
No response
The text was updated successfully, but these errors were encountered:
Octol1ttle
changed the title
Add option to choose what types of logs get sent where
Add ability to choose what types of logs get sent where
Dec 19, 2023
Description
Currently, there is no way to precisely send logs to different channels or disable some logs altogether. For example, a user might only want to log message deletions, but not message edits. Maybe they prefer to have punishments logged only in the
PublicFeedbackChannel
while still logging message deletionsProposed Solution
For each type of logs, add a separate option that determines where the log gets sent. For example:
LogMessageDeletions: <public, private, disabled/off>
LogMessageEdits: <public, private, disabled/off>
and so on
Other Information
No response
The text was updated successfully, but these errors were encountered: