fix: make payments public

This commit is contained in:
syntaxbullet
2025-12-23 18:42:13 +01:00
parent 58ea8b92f1
commit b833796fb9

View File

@@ -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()