Shitload of new overlays

E621 search with blacklist
This commit is contained in:
Michał Gdula 2023-09-11 19:38:11 +01:00
parent cc87c3e0ba
commit 960f452e4a
12 changed files with 179 additions and 14 deletions

View file

@ -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