mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 08:12:04 +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 moveUsage = this.client.registry.commands.get('pokedex-moveset').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) {
|
||||
embed.setFooter(stripIndents`
|
||||
Use ${statsUsage} to get their stats.
|
||||
|
||||
Reference in New Issue
Block a user