diff options
author | 2021-08-31 17:30:14 +0100 | |
---|---|---|
committer | 2021-08-31 17:30:14 +0100 | |
commit | c66be4adba72c6ef79d4a1e720b4925f1c57241a (patch) | |
tree | 9be6db3d80e183cfd05963699706aac9ffc46b96 /bot/exts/utils/extensions.py | |
parent | Merge pull request #831 from brad90four/patch-1 (diff) | |
parent | Snakes: make use of PLAYER_ICON_IMAGE_SIZE again (diff) |
Merge pull request #835 from python-discord/discord-2.0
Migrate to Discord 2.0a0
Diffstat (limited to 'bot/exts/utils/extensions.py')
-rw-r--r-- | bot/exts/utils/extensions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/utils/extensions.py b/bot/exts/utils/extensions.py index 64e404d2..a95def4e 100644 --- a/bot/exts/utils/extensions.py +++ b/bot/exts/utils/extensions.py @@ -155,7 +155,7 @@ class Extensions(commands.Cog): embed.set_author( name="Extensions List", url=Client.github_bot_repo, - icon_url=str(self.bot.user.avatar_url) + icon_url=str(self.bot.user.display_avatar.url) ) lines = [] |