aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/status_codes.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/evergreen/status_codes.py')
-rw-r--r--bot/exts/evergreen/status_codes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/status_codes.py b/bot/exts/evergreen/status_codes.py
index d6bd4fcc..6151620d 100644
--- a/bot/exts/evergreen/status_codes.py
+++ b/bot/exts/evergreen/status_codes.py
@@ -71,7 +71,7 @@ class HTTPStatusCodes(commands.Cog):
await ctx.send(
embed=discord.Embed(
title=STATUS_TEMPLATE.format(code=code)
- ).Embed.set_footer(text=ERR_UNKNOWN.format(code=code))
+ ).set_footer(text=ERR_UNKNOWN.format(code=code))
)