From 5df8c35d55a51e3823ebd7e64397e2dd6bdc29f7 Mon Sep 17 00:00:00 2001 From: Kamal Curi Date: Thu, 25 Jan 2024 10:15:11 -0300 Subject: [PATCH] FIX: Bot still needs to return thq qid after trying again --- motd | 2 +- utils/commands.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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