Zealcord simple Discord music bot projects tutorial
Example of a Music Bot project modified by Zealcord, made by iCrawl
This Bot is dedicated for open source of our community. Written in Discord.JS at version 11.6.4.
@discordjs/opus@0.1.0,
discord.js@11.6.4,
dotenv@8.2.0,
express@4.17.1,
simple-youtube-api@5.2.1,
ytdl-core@2.1.1
- Create your bot account at Discord Developer Portal and get the Token, then invite them to your servers!
- Go to Glitch, click New Project button, then choose
Clone from Git Repo
. - Before doing that, We recommend you to make a Glitch account first (login) to prevent lost projects.
- Then, input
https://github.com/zealcordNation/music-bot-example.git
at the field. ClickOK
. - Specify a prefix for your bot, and immediately input the token that you have obtained before, in the
.env
. - To get the YouTube API key, please open the tutorial video here.
- Change the name of the project to whatever you want (optional).
- After that, go to the Tools > Terminal button, then restart your project by running the
refresh
command. - Your bot is ready, and now we only need to make your bot online for 24 hours. Watch this video to see the tutorial!
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am "Add some feature"
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Music-Bot © iCrawl, Released under the MIT License.
Authored and maintained by iCrawl. Modified by Zealcord
GitHub @zealcordNation