diff --git a/src/commands/view.ts b/src/commands/view.ts index 2cf79f1..8f89eb4 100644 --- a/src/commands/view.ts +++ b/src/commands/view.ts @@ -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."); } } }