mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 10:25:11 +02:00
Fix lint
This commit is contained in:
@@ -85,7 +85,7 @@ module.exports = class PokedexCommand extends Command {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
const usage = this.client.registry.commands.get('join').usage();
|
const usage = this.client.registry.commands.get('join').usage();
|
||||||
embed.setFooter(`Join a voice channel and use ${usage} to hear the Pokémon\'s cry.`);
|
embed.setFooter(`Join a voice channel and use ${usage} to hear the Pokémon's cry.`);
|
||||||
}
|
}
|
||||||
return msg.embed(embed);
|
return msg.embed(embed);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user