minor change
Added the 413 error code to gib fox
This commit is contained in:
parent
30370500b3
commit
b5539d5326
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -45,7 +45,7 @@ async def fox(ctx):
|
|||
except:
|
||||
embed = discord.Embed(
|
||||
title = "Command 'fox' failed",
|
||||
description = "Received unexpected error, foxes occupied by ginlang, who is currently hugging them!"
|
||||
description = "Received unexpected error, foxes occupied by ginlang, who is currently hugging them! 413 Payload too Large"
|
||||
)
|
||||
return await ctx.send(embed = embed)
|
||||
|
||||
|
|
Loading…
Reference in a new issue