diff options
| author | 2021-03-19 19:53:57 +0000 | |
|---|---|---|
| committer | 2021-03-19 19:53:57 +0000 | |
| commit | d58caeb65743d29a3f64afc587f3aa083df67538 (patch) | |
| tree | 75162ce56c941f1456dc67034d49bef622a716ad /config-default.yml | |
| parent | Don't reschedule reviews that are long overdue (diff) | |
| parent | Merge pull request #1435 from python-discord/swfarnsworth/infraction_message (diff) | |
Merge branch 'main' into mbaruh/autoreview
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config-default.yml b/config-default.yml index 3dbc7bd6b..49d7f84ac 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" @@ -360,8 +360,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" |