Fix typo on Dropnumber command error logging
All checks were successful
Test / build (push) Successful in 20s

This commit is contained in:
Ethan Lane 2025-04-22 15:11:14 +01:00
parent 9492d206e3
commit 3be6567003

View file

@ -75,7 +75,7 @@ export default class Dropnumber extends Command {
components: [ row ], components: [ row ],
}); });
} catch (e) { } 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"); await interaction.editReply("Unable to send next drop. Please try again, and report this if it keeps happening");
} }