Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions logging/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Consider using the website at [https://carl.gg](https://carl.gg)

| Command | Example | Usage |
| :--- | :--- | :--- |
| **log** | !log | Display all log settings |
| **log channel \[\#channel\]** | !log channel \#logs | Sets the default channel where logged events go. Leave empty to clear the channel. |
| **log \[event\]** | !log channelcreate | Toggles an event from being logged or not. Leave blank to see current settings. |
| **log messagechannel \[\#channel\]** | !log messagechannel \#msglog | Sets the channel where message events are logged to. |
Expand Down Expand Up @@ -43,6 +44,7 @@ Each event that Carl-bot logs has an associated value and channel. The values ar
| edit | Message edits | 2 | messagechannel |
| purge | Bulk message deletion | 4 | messagechannel |
| discord | Discord invites posted | 2097152 | messagechannel |
| name | Member name updates | -- | memberchannel |
| role | Member role updates | 8 | memberchannel |
| avatar | Avatar updates | 32 | memberchannel |
| bans | Bans and unbans | 192 | memberchannel |
Expand Down