Add view command #153

Merged
Vylpes merged 2 commits from feature/80-view-command into develop 2024-02-02 21:53:43 +00:00
Showing only changes of commit b5e1b3f83f - Show all commits

View file

@ -70,7 +70,7 @@ export default class View extends Command {
if (e instanceof DiscordAPIError) {
await interaction.editReply(`Unable to send next drop. Please try again, and report this if it keeps happening. Code: ${e.code}.`);
} else {
await interaction.editReply(`Unable to send next drop. Please try again, and report this if it keeps happening. Code: UNKNOWN.`);
await interaction.editReply("Unable to send next drop. Please try again, and report this if it keeps happening. Code: UNKNOWN.");
}
}
}