Fix droprarity and dropnumber commands #431
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
Add a link
Reference in a new issue