mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 22:32:50 +02:00
Fix
This commit is contained in:
@@ -105,7 +105,7 @@ module.exports = class PokedexCommand extends Command {
|
|||||||
const connection = msg.guild ? this.client.voice.connections.get(msg.guild.id) : null;
|
const connection = msg.guild ? this.client.voice.connections.get(msg.guild.id) : null;
|
||||||
const moveUsage = this.client.registry.commands.get('pokedex-moveset').usage();
|
const moveUsage = this.client.registry.commands.get('pokedex-moveset').usage();
|
||||||
const statsUsage = this.client.registry.commands.get('pokedex-stats').usage();
|
const statsUsage = this.client.registry.commands.get('pokedex-stats').usage();
|
||||||
const locationUsage = this.client.regsitry.commands.get('pokedex-location').usage();
|
const locationUsage = this.client.registry.commands.get('pokedex-location').usage();
|
||||||
if (connection) {
|
if (connection) {
|
||||||
embed.setFooter(stripIndents`
|
embed.setFooter(stripIndents`
|
||||||
Use ${statsUsage} to get their stats.
|
Use ${statsUsage} to get their stats.
|
||||||
|
|||||||
Reference in New Issue
Block a user