Fix droprarity and dropnumber commands #431

Merged
Vylpes merged 3 commits from feature/CD-429 into hotfix/0.8.4 2025-04-22 15:12:11 +01:00
Showing only changes of commit 3be6567003 - Show all commits

View file

@ -75,7 +75,7 @@ export default class Dropnumber extends Command {
components: [ row ],
});
} catch (e) {
AppLogger.CatchError("Droprarity", e);
AppLogger.CatchError("Dropnumber", e);
Vylpes marked this conversation as resolved Outdated

Should be Dropnumber

Should be `Dropnumber`
await interaction.editReply("Unable to send next drop. Please try again, and report this if it keeps happening");
}