Closed ghost closed 4 years ago
Can you show me your code? I don't think it's a bug.
const Discord = require("discord.js")
module.exports.run = async (bot, message, args, distube) => { distube.jump(message, args.join(" ")) .catch(err => message.channel.send(new Discord.MessageEmbed() ect ));
}
module.exports.config = { ect }
Maybe you added distube.jump = etc
in somewhere else. Or distube
is not DisTube
. I don't detect any problem with your comment.
You can join DisTube Support Server for asking about your code. I'll close #9 cause it's not a package bug.
Using the Jump Function returns an error saying that jump is not a function.