dionsyran2
dionsyran2
> > > Hey! Change require to import and i find it works just fine! only that you need to change my project to module to use import, but if...
You must run >npm i To install all the dependencies needed for this to work (running that command, inside your bot folder should solve the problem)
You must run >npm i To install all the dependencies needed for this bot to work
Hello, Please make sure you have the file named package.json, if you have it, run >npm i This will install all the dependencies needed If you do not have the...
play command (slash): ```js const { SlashCommandBuilder } = require('@discordjs/builders'); module.exports = { data: new SlashCommandBuilder() .setName('play') .setDescription('Plays or adds a song to the playlist.') .addStringOption(option => option.setName('search') .setDescription('Search term...
Either it overloaded and quit trying to load the playlist or it took so much time that discord kicked it, discord does this if a bot is inactive in a...
have you made an account etc.?