From fbf2a1d8f47a46f3358dcc41f3353f0956e7aaf1 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 30 Oct 2020 15:17:18 -0400 Subject: [PATCH] Play Cry After Guess too in Pokemon Cry --- commands/games-sp/whos-that-pokemon-cry.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/games-sp/whos-that-pokemon-cry.js b/commands/games-sp/whos-that-pokemon-cry.js index 5f6631a1..8aabe320 100644 --- a/commands/games-sp/whos-that-pokemon-cry.js +++ b/commands/games-sp/whos-that-pokemon-cry.js @@ -92,6 +92,7 @@ module.exports = class WhosThatPokemonCryCommand extends Command { max: 1, time: 15000 }); + connection.play(Readable.from([data.cry])); if (!msgs.size) return msg.reply(`Time! It's **${data.name}**!`, { files: [attachment] }); const guess = msgs.first().content.toLowerCase(); const slug = this.client.pokemon.makeSlug(guess); diff --git a/package.json b/package.json index d0e7dedb..c5ba9237 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "119.35.0", + "version": "119.35.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {