-
Notifications
You must be signed in to change notification settings - Fork 3
FAQ
- Go to the Discord developers page
- Click New Application
- Give your bot a name and an icon, then press Create Application (leave other fields blank)
- On the next page, click Create a Bot User
- Next to Token, click Click to reveal to see your token
- Enter your token inside the configuration file for the bot. Need help? See here
Note: You can only add a bot account to a server that you have Manage Server permissions on.
The link to add your bot account to a server is provided in the console window when you run the bot and it is not on any servers.
To get this link manually, go to the Discord developers page and click on your application. At the top, you will find the bot account's Client ID
.
https://discordapp.com/oauth2/authorize?&client_id=<CLIENT ID>&scope=bot&permissions=0
Replace <CLIENT ID>
in the link above with the Client ID from your application page, and then go to the URL on a browser. There, you'll be able to add it to servers.
To get IDs, turn on Developer Mode in the Discord client (User Settings
-> Appearance
) and then right-click your name/icon anywhere in the client and select Copy ID
.
For role IDs, you instead need to start the bot and use the command !listids
. Role IDs aren't obtainable using Developer Mode.
The bot uses youtube-dl. View list of supported sites.
To play a YouTube playlist with the bot, ensure you use the correct URL for the playlist. Example:
- 🚫
https://www.youtube.com/watch?v=DksSPZTZES0&list=PLpuDUpB0osJmZQ0a3n6imXirSu0QAZIqF&index=1
- ✅
https://www.youtube.com/playlist?list=PLpuDUpB0osJmZQ0a3n6imXirSu0QAZIqF
No. This is mostly because it violates the Terms of Service agreements of those services.
No, but it will very soon.
No, but it will very soon.
Yes, read here.
No. Only user playlists are supported by the bot, YouTube's generated playlists do not count as this.
The bot is licensed under the MIT License.