Allow user to be able to see who claimed what card #57
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ export default class Claim extends ButtonEvent {
|
|||
|
||||
await claim.Save(eClaim, claim);
|
||||
|
||||
await interaction.reply('Card claimed');
|
||||
await interaction.reply(`Card claimed by ${interaction.user}`);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue