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 {