mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 22:32:52 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -7,7 +7,6 @@ module.exports = class PokedexAbilityCommand extends Command {
|
||||
name: 'pokedex-ability',
|
||||
aliases: ['pokemon-ability', 'pokémon-ability', 'pokédex-ability', 'pkmn-ability'],
|
||||
group: 'pokedex',
|
||||
memberName: 'pokedex-ability',
|
||||
description: 'Searches the Pokédex for a Pokémon ability.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -30,7 +30,6 @@ module.exports = class PokedexBoxSpriteCommand extends Command {
|
||||
'pkmn-box'
|
||||
],
|
||||
group: 'pokedex',
|
||||
memberName: 'pokedex-box-sprite',
|
||||
description: 'Responds with the box sprite of a Pokémon.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class PokedexCryCommand extends Command {
|
||||
name: 'pokedex-cry',
|
||||
aliases: ['pokemon-cry', 'pokémon-cry', 'pokédex-cry', 'pkmn-cry'],
|
||||
group: 'pokedex',
|
||||
memberName: 'pokedex-cry',
|
||||
description: 'Plays a Pokémon\'s cry.',
|
||||
userPermissions: [PermissionFlagsBits.Connect, PermissionFlagsBits.Speak],
|
||||
throttling: {
|
||||
|
||||
@@ -17,7 +17,6 @@ module.exports = class PokedexImageCommand extends Command {
|
||||
'pkmn-img'
|
||||
],
|
||||
group: 'pokedex',
|
||||
memberName: 'pokedex-image',
|
||||
description: 'Responds with the image of a Pokémon.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class PokedexItemCommand extends Command {
|
||||
name: 'pokedex-item',
|
||||
aliases: ['pokemon-item', 'pokémon-item', 'pokédex-item', 'pkmn-item'],
|
||||
group: 'pokedex',
|
||||
memberName: 'pokedex-item',
|
||||
description: 'Searches the Pokédex for a Pokémon item.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -18,7 +18,6 @@ module.exports = class PokedexLocationCommand extends Command {
|
||||
'pkmn-locate'
|
||||
],
|
||||
group: 'pokedex',
|
||||
memberName: 'pokedex-location',
|
||||
description: 'Responds with the location data for a Pokémon.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class PokedexMoveCommand extends Command {
|
||||
name: 'pokedex-move',
|
||||
aliases: ['pokemon-move', 'pokémon-move', 'pokédex-move', 'pkmn-move'],
|
||||
group: 'pokedex',
|
||||
memberName: 'pokedex-move',
|
||||
description: 'Searches the Pokédex for a Pokémon move.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -23,7 +23,6 @@ module.exports = class PokedexMovesetCommand extends Command {
|
||||
'pkmn-moves'
|
||||
],
|
||||
group: 'pokedex',
|
||||
memberName: 'pokedex-moveset',
|
||||
description: 'Responds with the moveset for a Pokémon.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class PokedexCommand extends Command {
|
||||
name: 'pokedex-stats',
|
||||
aliases: ['pokemon-stats', 'pokémon-stats', 'pokédex-stats', 'pkmn-stats'],
|
||||
group: 'pokedex',
|
||||
memberName: 'pokedex-stats',
|
||||
description: 'Responds with the stats for a Pokémon.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -22,7 +22,6 @@ module.exports = class PokedexCommand extends Command {
|
||||
name: 'pokedex',
|
||||
aliases: ['pokemon', 'pokémon', 'pokédex', 'pkmn'],
|
||||
group: 'pokedex',
|
||||
memberName: 'pokedex',
|
||||
description: 'Searches the Pokédex for a Pokémon.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -20,7 +20,6 @@ module.exports = class SmogonCommand extends Command {
|
||||
name: 'smogon',
|
||||
aliases: ['pokemon-smogon', 'smogon-tier', 'pokémon-smogon', 'pkmn-smogon'],
|
||||
group: 'pokedex',
|
||||
memberName: 'smogon',
|
||||
description: 'Responds with the Smogon tiers for a Pokémon.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
Reference in New Issue
Block a user