From 3be6567003cb71b2bdc9df466bcc82b35dd755a9 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Tue, 22 Apr 2025 15:11:14 +0100 Subject: [PATCH] Fix typo on Dropnumber command error logging --- src/commands/stage/dropnumber.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/stage/dropnumber.ts b/src/commands/stage/dropnumber.ts index 9d3754a..caeccd0 100644 --- a/src/commands/stage/dropnumber.ts +++ b/src/commands/stage/dropnumber.ts @@ -75,7 +75,7 @@ export default class Dropnumber extends Command { components: [ row ], }); } catch (e) { - AppLogger.CatchError("Droprarity", e); + AppLogger.CatchError("Dropnumber", e); await interaction.editReply("Unable to send next drop. Please try again, and report this if it keeps happening"); }