- {{checkbox "UsernameLoggingEnabled" "UsernameLoggingEnabled" "Enable username logging" .Config.UsernameLoggingEnabled.Bool}}
+ {{checkbox "UsernameLoggingEnabled" "UsernameLoggingEnabled" "Enable username logging"
+ .Config.UsernameLoggingEnabled.Bool}}
-
Note: If users are on another server
- with the bot on with this enabled, then their usernames will be logged even if
- you disable it on your server.
+
Note: If users are on another server
+ with the bot on with this enabled, then their usernames will be logged even if
+ you disable it on your server.
- {{checkbox "NicknameLoggingEnabled" "NicknameLoggingEnabled" "Enable nickname logging" .Config.NicknameLoggingEnabled.Bool}}
+ {{checkbox "NicknameLoggingEnabled" "NicknameLoggingEnabled" "Enable nickname logging"
+ .Config.NicknameLoggingEnabled.Bool}}
You can check a users past usernames and nicknames with the commands whois
usernames
and nicknames
@@ -32,11 +34,12 @@
General settings
- {{checkbox "ManageMessagesCanViewDeleted" "ManageMessagesCanViewDeleted" "Allow members with Manage Messages
permissions to view deleted messages" .Config.ManageMessagesCanViewDeleted.Bool}}
- {{checkbox "EveryoneCanViewDeleted" "EveryoneCanViewDeleted" "Allow everyone to view deleted messages" .Config.EveryoneCanViewDeleted.Bool}}
+ {{checkbox "ManageMessagesCanViewDeleted" "ManageMessagesCanViewDeleted"
+ "Allow members with Manage Messages
permissions to view deleted messages"
+ .Config.ManageMessagesCanViewDeleted.Bool}}
+ {{checkbox "EveryoneCanViewDeleted" "EveryoneCanViewDeleted"
+ "Allow everyone to view deletedmessages" .Config.EveryoneCanViewDeleted.Bool}}
-