mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add footer message
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user