From c61d400a50b8aae307fefd0f73443f9a0734a863 Mon Sep 17 00:00:00 2001 From: StarManTheGamer <68450308+StarManTheGamer@users.noreply.github.com> Date: Sat, 20 Apr 2024 01:19:29 -0500 Subject: [PATCH] forgot to add here too --- src/commands/random/randomStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/random/randomStore.ts b/src/commands/random/randomStore.ts index 6df38a7..9480b47 100644 --- a/src/commands/random/randomStore.ts +++ b/src/commands/random/randomStore.ts @@ -59,7 +59,7 @@ export async function randomStore (interaction: CommandInteraction): Promise 0 && data.tags[0] !== '') { embed.setDescription(data.description === '' ? 'No description set.' : data.description + '\n\n**Tags:** ' + (data.tags as string[]).map(tag => `\`${tag}\``).join(', ')) } else {