Fix typo on Dropnumber command error logging
All checks were successful
Test / build (push) Successful in 20s
All checks were successful
Test / build (push) Successful in 20s
This commit is contained in:
parent
9492d206e3
commit
3be6567003
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue