diff options
author | 2019-08-04 05:03:07 +0100 | |
---|---|---|
committer | 2019-08-04 05:03:07 +0100 | |
commit | 245f7e6b3f668da20047d8a7007a68083ec6418f (patch) | |
tree | 3be77eaee897c1a8a11f9032b8bd86af0b3ea087 | |
parent | Add annotations (diff) |
Apply sugge
Co-Authored-By: kosayoda <[email protected]>
-rw-r--r-- | bot/seasons/evergreen/8bitify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/8bitify.py b/bot/seasons/evergreen/8bitify.py index 5ad68036..54db71db 100644 --- a/bot/seasons/evergreen/8bitify.py +++ b/bot/seasons/evergreen/8bitify.py @@ -39,7 +39,7 @@ class EightBitify(commands.Cog): file = discord.File(bufferedio, filename="8bitavatar.png") embed = discord.Embed( - name="You're 8-bit avatar", + title="Your 8-bit avatar", description='Here is your avatar. I think it looks all cool and "retro"' ) |