From 1a5fb807245e4d9813cf50fbe7ec32d12c09db6b Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 30 Oct 2020 12:32:18 -0400 Subject: [PATCH] Add footer message --- commands/search/pokedex.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/search/pokedex.js b/commands/search/pokedex.js index 697219a4..24f75c02 100644 --- a/commands/search/pokedex.js +++ b/commands/search/pokedex.js @@ -78,6 +78,8 @@ module.exports = class PokedexCommand extends Command { connection.play(Readable.from([data.cry])); await reactIfAble(msg, this.client.user, '🔉'); } + } else { + embed.setFooter('Join a voice channel to hear the Pokémon\'s cry.'); } return msg.embed(embed); } catch (err) {