mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-31 15:53:14 +00:00
Shitload of new overlays
E621 search with blacklist
This commit is contained in:
parent
cc87c3e0ba
commit
960f452e4a
12 changed files with 179 additions and 14 deletions
|
@ -51,6 +51,9 @@ def error_message(error: str) -> discord.Embed:
|
|||
title="Error :(",
|
||||
description=error,
|
||||
colour=discord.Colour.red(),
|
||||
).set_footer(text=f"For more information, use the " f"{LYNXIE_PREFIX}help command.")
|
||||
)
|
||||
embed.set_footer(
|
||||
text=f"For more information, use the " f"{LYNXIE_PREFIX}help command."
|
||||
)
|
||||
|
||||
return embed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue