From b81c06f1f6bfca3bf2a10661aaf00e85771a4488 Mon Sep 17 00:00:00 2001 From: Taledo's PC Date: Wed, 23 Sep 2026 15:43:34 +0200 Subject: [PATCH] forgot bulk command discord decorator... --- cogs/IdaCogs.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cogs/IdaCogs.py b/cogs/IdaCogs.py index 44a461b..b5a2b8b 100644 --- a/cogs/IdaCogs.py +++ b/cogs/IdaCogs.py @@ -181,7 +181,7 @@ class IdaCogs(commands.Cog): print(f"[{datetime.isoformat(datetime.now())}]{author} delivery of {quantity} of {commodity} to a {target}") await helpers.writeDeliveryToCommandFile(author, data) else: - await ctx.followup.send(f"Google returned an error. (HTTP {response}). But your delivery may have gone through. Maybe. Maybe not? who knows? Not fucking Google apparently. ") + await ctx.followup.send(f"Google returned an error. (HTTP {response}). But your delivery has probably been recorded on the sheet. I'm just not able to know for sure. Please check the sheet before double logging it.") except Exception as e: await ctx.followup.send(f"Something broke. Why do you keep breaking the bot, uh? :(") @@ -221,7 +221,7 @@ class IdaCogs(commands.Cog): print(f"[{datetime.isoformat(datetime.now())}]{author} delivery of {quantity} of Miscellaneous to a {target}") await helpers.writeDeliveryToCommandFile(author, data) else: - await ctx.followup.send(f"Failed to log delivery (HTTP {response}). Please contact the yellow people if that keeps happening") + await ctx.followup.send(f"Google returned an error. (HTTP {response}). But your delivery has probably been recorded on the sheet. I'm just not able to know for sure. Please check the sheet before double logging it.") except Exception as e: await ctx.followup.send(f"help : Error: {e}") @@ -253,7 +253,7 @@ class IdaCogs(commands.Cog): print(f"[{datetime.isoformat(datetime.now())}] delivery of {data['quantity']} of {data['commodity']} to a {data['target']}") await helpers.writeDeliveryToCommandFile(author, data) else: - await ctx.followup.send(f"Failed to log delivery (HTTP {response}). Please contact the yellow people if that keeps happening") + await ctx.followup.send(f"Google returned an error. (HTTP {response}). But your delivery has probably been recorded on the sheet. I'm just not able to know for sure. Please check the sheet before double logging it.") except Exception as e: await ctx.followup.send(f"help : Error: {e}") else: