feat: Add lootbox item type with weighted rewards and dedicated UI for item usage results.
This commit is contained in:
@@ -58,7 +58,7 @@ export const use = createCommand({
|
||||
}
|
||||
}
|
||||
|
||||
const embed = getItemUseResultEmbed(result.results);
|
||||
const embed = getItemUseResultEmbed(result.results, result.item);
|
||||
|
||||
await interaction.editReply({ embeds: [embed] });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user