Fix give command using the wrong username #178
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 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