diff options
| author | 2023-01-22 22:41:22 +0200 | |
|---|---|---|
| committer | 2023-01-22 22:41:22 +0200 | |
| commit | 0937e95e3e6e57d93b2935f91c73f27a5ddd3439 (patch) | |
| tree | d39d728dea44ed0b502019c128cba71b2e69326d /config-default.yml | |
| parent | Merge pull request #2375 from python-discord/allow-passing-channel-objets-whe... (diff) | |
| parent | Merge branch 'main' into 2332-permanent-role-view (diff) | |
Merge pull request #2341 from shtlrs/2332-permanent-role-view
Allow members to self assign roles through a persistent view
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 1d7a2ff78..ac76a670a 100644 --- a/config-default.yml +++ b/config-default.yml @@ -235,6 +235,9 @@ guild: # Watch big_brother_logs: &BB_LOGS 468507907357409333 + # Information + roles: 851270062434156586 + moderation_categories: - *MODS_CATEGORY - *MODMAIL |