Install On Replit - arty01238/Discord-MusicBot GitHub Wiki
Installation on Repl.it Prerequisites Discord Application Create a Discord Application go to the Discord Developer portal create a new application + bot create a bot invitelink using it's client id here save the bot token for later Installation Click Run on Repl.it
Then let it load the project, It may take 1 - 5 min.
Then you'll need to edit the config.js and fill in the Lavalink, Token, ClientSecret, ClientId.
If you want to host lavalink on replit you can check out this repo
Deploying slash commands run yarn deploy or npm run deploy
Final Once done you can restart your bot, then invite it using this url template. https://discord.com/oauth2/authorize?client_id=CLIENT_ID&scope=bot%20applications.commands&permissions=2205280576
CLIENT_ID needs to be replaced with your bot Id Permission calculator: learn more You can use #generateInvite instead: learn more