Music bot for your GDPSs! (It plays music from your GDPS)
Before using this bot:
- You must use my dashboard
- You should know how to create and host Discord bot
- You should install node.js (v18.16.0 works fine)
- You should run
npm i
command in bot's folder - This bot is supposed to run on only one Discord server
How to configure:
- There is config.json file, you should open it
- Description for every config variable:
- "prefix" — prefix of your bot, unused
- "clientId" — Client ID of your bot
- "songAPI" — your API folder in dashboard
- "dashboard" — your main dashboard folder
- "mainEmbedColor" — color of almost all bot embeds
- "errorEmbedColor" — embed errors color
- "warnEmbedColor" — embed warn color
- "mainEmbedURL" — URL of embed titles
- "authorEmbedIconURL" — author's icon URL
- "authorEmbedURL" — author's URL
- "mainEmbedFooterIcon" — embed footer icon
- "mainThumbnailURL" — thumbnail of almost all bot embeds
- "musicThumbnailURL" — thumbnail of "playing song" embed message
- "nomusicThumbnailURL" — thumbnail of "stopped playing" embed message
- "listThumbnailURL" — thumbnail of queue embed message
- "searchThumbnailURL" — thumbnail of search embed message
- "errorSomethingWentWrong" — message text when unexpected error happens
- "errorCommandNotFound" — message text when command was not found
- "botVersion" — bot version
Used libraries:
"@discord-player/extractor": "^4.3.1",
"@discordjs/opus": "^0.9.0",
"axios": "^1.4.0",
"discord-player": "^6.6.0",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"ffmpeg-static": "^5.1.0"
Thanks for using it!