forked from syntaxbullet/AuroraBot-discord
fix: make payments public
This commit is contained in:
@@ -46,7 +46,7 @@ export const pay = createCommand({
|
||||
}
|
||||
|
||||
try {
|
||||
await interaction.deferReply({ ephemeral: true });
|
||||
await interaction.deferReply();
|
||||
await economyService.transfer(senderId, receiverId, amount);
|
||||
|
||||
const embed = new EmbedBuilder()
|
||||
|
||||
Reference in New Issue
Block a user