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"); }