mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 22:34:46 +02:00
Fix
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
const Command = require('../../structures/Command');
|
const Command = require('../../structures/Command');
|
||||||
const { Readable } = require('stream');
|
const { Readable } = require('stream');
|
||||||
const { reactIfAble } = require('../../util/Util');
|
const { reactIfAble } = require('../../util/Util');
|
||||||
const path = require('path');
|
|
||||||
const pokemonCount = 893;
|
const pokemonCount = 893;
|
||||||
|
|
||||||
module.exports = class WhosThatPokemonCryCommand extends Command {
|
module.exports = class WhosThatPokemonCryCommand extends Command {
|
||||||
|
|||||||
Reference in New Issue
Block a user