Fix give command using the wrong username
This commit is contained in:
parent
806dcb9ab3
commit
c629dee2db
1 changed files with 1 additions and 1 deletions
|
@ -63,6 +63,6 @@ export default class Give extends Command {
|
|||
|
||||
await inventory.Save(Inventory, inventory);
|
||||
|
||||
await interaction.reply(`${card.name} given to ${interaction.user}, they now have ${inventory.Quantity}`);
|
||||
await interaction.reply(`${card.name} given to ${user.username}, they now have ${inventory.Quantity}`);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue