mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Fix
This commit is contained in:
@@ -2,7 +2,7 @@ const Command = require('../../structures/Command');
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
const { list, reactIfAble } = require('../../util/Util');
|
const { list, reactIfAble } = require('../../util/Util');
|
||||||
const sounds = require('../../assets/json/soundboard');
|
const sounds = require('../../assets/json/soundboard');
|
||||||
const soundsChoice = sounds.map(sound => sound[sounds.length - 1].replace(/\.mp3$/, ''));
|
const soundsChoice = sounds.map(sound => sound[sound.length - 1].replace(/\.mp3$/, ''));
|
||||||
|
|
||||||
module.exports = class SoundboardCommand extends Command {
|
module.exports = class SoundboardCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
|
|||||||
Reference in New Issue
Block a user