diff options
| author | 2021-03-28 14:53:16 +0200 | |
|---|---|---|
| committer | 2021-03-28 14:53:16 +0200 | |
| commit | 4b1e90feab0cb6fc1eef708b709d1d2ed25ddbdc (patch) | |
| tree | e041f7bb680414356bfba11be4d9ffc318c1d253 /config-default.yml | |
| parent | Branding: add contextual message to #changelog notifications (diff) | |
| parent | Merge pull request #1466 from vcokltfre/discord-tags (diff) | |
Merge: changes from 'upstream/main' & conflict resolution
Conflict in the lockfile resolved by re-locking the merged Pipfile.
Conflict in Branding constants resolved by keeping my local version.
Change in the cog's target branch to 'main' from 'master' is currently
irrelevant as we targets a development branch anyway.
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/config-default.yml b/config-default.yml index 18d9cd370..502f0f861 100644 --- a/config-default.yml +++ b/config-default.yml @@ -89,8 +89,8 @@ style:          filtering: "https://cdn.discordapp.com/emojis/472472638594482195.png" -        green_checkmark: "https://raw.githubusercontent.com/python-discord/branding/master/icons/checkmark/green-checkmark-dist.png" -        green_questionmark: "https://raw.githubusercontent.com/python-discord/branding/master/icons/checkmark/green-question-mark-dist.png" +        green_checkmark: "https://raw.githubusercontent.com/python-discord/branding/main/icons/checkmark/green-checkmark-dist.png" +        green_questionmark: "https://raw.githubusercontent.com/python-discord/branding/main/icons/checkmark/green-question-mark-dist.png"          guild_update: "https://cdn.discordapp.com/emojis/469954765141442561.png"          hash_blurple: "https://cdn.discordapp.com/emojis/469950142942806017.png" @@ -195,9 +195,11 @@ guild:          incidents_archive:                  720668923636351037          mods:               &MODS           305126844661760000          mod_alerts:                         473092532147060736 +        mod_appeals:        &MOD_APPEALS    808790025688711198          mod_meta:           &MOD_META       775412552795947058          mod_spam:           &MOD_SPAM       620607373828030464          mod_tools:          &MOD_TOOLS      775413915391098921 +        nomination_voting:                  822853512709931008          organisation:       &ORGANISATION   551789653284356126          staff_lounge:       &STAFF_LOUNGE   464905259261755392 @@ -230,6 +232,7 @@ guild:      moderation_channels:          - *ADMINS          - *ADMIN_SPAM +        - *MOD_APPEALS          - *MOD_META          - *MOD_TOOLS          - *MODS @@ -358,8 +361,8 @@ urls:      discord_api:        &DISCORD_API "https://discordapp.com/api/v7/"      discord_invite_api: !JOIN [*DISCORD_API, "invites"] -    # Misc URLs -    bot_avatar:      "https://raw.githubusercontent.com/discord-python/branding/master/logos/logo_circle/logo_circle.png" +    # Misc URLsw +    bot_avatar:      "https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_circle/logo_circle.png"      github_bot_repo: "https://github.com/python-discord/bot"  |