mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
pkmn aliases
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = class PokemonFusionCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'pokemon-fusion',
|
||||
aliases: ['poke-fusion', 'poke-fuse', 'pokémon-fusion', 'poké-fusion', 'poké-fuse'],
|
||||
aliases: ['poke-fusion', 'poke-fuse', 'pokémon-fusion', 'poké-fusion', 'poké-fuse', 'pkmn-fuse', 'pkmn-fusion'],
|
||||
group: 'edit-image',
|
||||
memberName: 'pokemon-fusion',
|
||||
description: 'Fuses two Generation I Pokémon together.',
|
||||
|
||||
@@ -5,7 +5,7 @@ module.exports = class WhosThatPokemonCryCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'whos-that-pokemon-cry',
|
||||
aliases: ['who-pokemon-cry', 'whos-that-pokémon-cry', 'who-pokémon-cry'],
|
||||
aliases: ['who-pokemon-cry', 'whos-that-pokémon-cry', 'who-pokémon-cry', 'who-pkmn-cry'],
|
||||
group: 'games-sp',
|
||||
memberName: 'whos-that-pokemon-cry',
|
||||
description: 'Guess who that Pokémon is, based on their cry.',
|
||||
|
||||
@@ -10,7 +10,7 @@ module.exports = class WhosThatPokemonCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'whos-that-pokemon',
|
||||
aliases: ['who-pokemon', 'whos-that-pokémon', 'who-pokémon'],
|
||||
aliases: ['who-pokemon', 'whos-that-pokémon', 'who-pokémon', 'who-pkmn'],
|
||||
group: 'games-sp',
|
||||
memberName: 'whos-that-pokemon',
|
||||
description: 'Guess who that Pokémon is, based on their silhouette.',
|
||||
|
||||
@@ -7,7 +7,7 @@ module.exports = class PokedexCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'pokedex',
|
||||
aliases: ['pokemon', 'pokémon', 'pokédex'],
|
||||
aliases: ['pokemon', 'pokémon', 'pokédex', 'pkmn'],
|
||||
group: 'search',
|
||||
memberName: 'pokedex',
|
||||
description: 'Searches the Pokédex for a Pokémon.',
|
||||
|
||||
@@ -5,7 +5,7 @@ module.exports = class PokemonCryCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'pokemon-cry',
|
||||
aliases: ['pokedex-cry', 'pokémon-cry', 'pokédex-cry'],
|
||||
aliases: ['pokedex-cry', 'pokémon-cry', 'pokédex-cry', 'pkmn-cry'],
|
||||
group: 'voice',
|
||||
memberName: 'pokemon-cry',
|
||||
description: 'Plays a Pokémon\'s cry.',
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "123.0.2",
|
||||
"version": "123.0.3",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user