Add Images command

Clean up Animals command
This commit is contained in:
Michał Gdula 2023-09-08 21:53:33 +01:00
parent 68d638c7ee
commit 4e685393de
12 changed files with 283 additions and 27 deletions

View file

@ -7,8 +7,8 @@ def error_message(error: str) -> discord.Embed:
print("Error: " + error)
embed = discord.Embed(
title="Error",
description=f"`{error}`",
title="Error :(",
description=error,
colour=discord.Colour.red(),
)
embed.set_footer(text="For more information, use the help command.")