Skip to content

Commit

Permalink
forgot to add here too
Browse files Browse the repository at this point in the history
  • Loading branch information
StarManTheGamer committed Apr 20, 2024
1 parent 2cc421b commit c61d400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/random/randomStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export async function randomStore (interaction: CommandInteraction): Promise<any
})

const assetType = data.type.toLowerCase()
if (!['audio', 'decal', 'mesh'].includes(assetType)) {
if (!['audio', 'decal', 'mesh', 'achievement'].includes(assetType)) {
if (data.tags && data.tags.length > 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 {
Expand Down

0 comments on commit c61d400

Please sign in to comment.