mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-07-06 16:26:21 +00:00
Add Images command
Clean up Animals command
This commit is contained in:
parent
68d638c7ee
commit
4e685393de
12 changed files with 283 additions and 27 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue