diff options
| -rw-r--r-- | bot/branding.py | 2 | 
1 files changed, 1 insertions, 1 deletions
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"  |