diff --git a/motd b/motd index 3064ae6..4763ad5 100644 --- a/motd +++ b/motd @@ -5,7 +5,7 @@ █ ▄ █ ▄▄▄█ ▄▄▄█ ▄ ██ █▄▄▄█ ▄▄▄█ █ █ █ █ █▄▄▄█ █▄▄▄█ █▄█ █ █ █▄▄▄ █▄█ █▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█ -Neeble version: 2024.01.23 +Neeble version: 2024.01.25 Help with the development of neeble-bot in https://brejela.club/gitea/neeble-club/neeble Thank you! diff --git a/utils/commands.py b/utils/commands.py index fa54e46..6bbdf0d 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -95,6 +95,7 @@ async def quote(bot: object, *quote: str) -> str: await bot.send("SQL did an oopsie! Trying again...") sleep(2) qtid = set_quote(user, quote, date, "#nograb") + return await bot.send(f"Done: `{quote}\n` ID: `{qtid}`") return await bot.send(f'{ex.args}\n_What the fuck are you doing?_') else: global stack_limit