mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 14:04:38 +02:00
Fix
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = class WhosThatPokemonCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'whos-that-pokemon',
|
name: 'whos-that-pokemon',
|
||||||
aliases: ['who-pokmeon', '', 'whos-that-pokémon', 'who-pokémon'],
|
aliases: ['who-pokemon', '', 'whos-that-pokémon', 'who-pokémon'],
|
||||||
group: 'games',
|
group: 'games',
|
||||||
memberName: 'whos-that-pokemon',
|
memberName: 'whos-that-pokemon',
|
||||||
description: 'Guess who that Pokémon is.',
|
description: 'Guess who that Pokémon is.',
|
||||||
|
|||||||
Reference in New Issue
Block a user