From c3655f6819acbe6f9bb5859032281829a493395e Mon Sep 17 00:00:00 2001 From: kwzrd Date: Tue, 17 Mar 2020 23:18:57 +0100 Subject: Deseasonify: refer to bot icons as avatars There is an annoying collision in the "server icon" vs "bot icon" nomenclature, so I made the decision to always refer to the bot's image as avatar. This choice is already visible through the module, we only need to adjust the actual filename that we're looking for. The filenames will be adjusted in the branding repository. --- bot/branding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/branding.py') diff --git a/bot/branding.py b/bot/branding.py index 6f357704..426998ec 100644 --- a/bot/branding.py +++ b/bot/branding.py @@ -17,7 +17,7 @@ log = logging.getLogger(__name__) log.setLevel(logging.DEBUG) FILE_BANNER = "banner.png" -FILE_AVATAR = "bot_icon.png" +FILE_AVATAR = "avatar.png" SERVER_ICONS = "server_icons" BRANDING_URL = "https://api.github.com/repos/python-discord/branding/contents" -- cgit v1.2.3