From b5539d5326ea870f2210c0ed5e0e870bb39d9d4e Mon Sep 17 00:00:00 2001
From: Helixu <helixu@noreply>
Date: Fri, 26 Nov 2021 16:56:59 +0000
Subject: [PATCH] minor change

Added the 413 error code to gib fox
---
 bot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bot.py b/bot.py
index 6dddf34..58f9f9a 100644
--- a/bot.py
+++ b/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)