funnier descriptions

This commit is contained in:
Helixu 2021-11-26 14:15:01 +00:00
parent b752e87129
commit 30370500b3

2
bot.py
View file

@ -45,7 +45,7 @@ async def fox(ctx):
except:
embed = discord.Embed(
title = "Command 'fox' failed",
description = "An error has occured with this command. This error is usually a 413 (Payload too large) and can be ignored."
description = "Received unexpected error, foxes occupied by ginlang, who is currently hugging them!"
)
return await ctx.send(embed = embed)