minor change

Added the 413 error code to gib fox
This commit is contained in:
Helixu 2021-11-26 16:56:59 +00:00
parent 30370500b3
commit b5539d5326

2
bot.py
View file

@ -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)