diff --git a/api/hooks/sdtdCommands/commands/shop.js b/api/hooks/sdtdCommands/commands/shop.js index 0629121ca..681dacf21 100644 --- a/api/hooks/sdtdCommands/commands/shop.js +++ b/api/hooks/sdtdCommands/commands/shop.js @@ -54,7 +54,7 @@ class Shop extends SdtdCommand { timesBought: listing.timesBought++ }); - return chatMessage.reply(`shopSuccess`) + return chatMessage.reply(`shopSuccess`, { listing }) } catch (error) { sails.log.warn(error); chatMessage.reply(`error`);