Skip to content

Commit

Permalink
Reply to interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
twobiers committed Feb 15, 2025
1 parent c3a8612 commit 4749db8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/commands/gegenstand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,11 @@ export default class GegenstandCommand implements ApplicationCommand {
if (!keepInInventory) {
await lootService.deleteLoot(item.id);
}

await interaction.reply({
content: "Ok.",
ephemeral: true,
});
}

async #fetchItem(interaction: ChatInputCommandInteraction) {
Expand Down

0 comments on commit 4749db8

Please sign in to comment.