A simple discord music bot that I made for my own discord gaming server.
- Basic understanding of how discord bots work
- Familier with installing packages using npm
Requirements for this GitHub repository:
- discord.js v12
- FFmpeg -
npm install ffmpeg-static
- @discordjs/opus -
npm install @discordjs/opus
- Python (For youtube-dl to support 700+ more sites)
This repository doesn't include a whole discord bot!
If you're looking for the commands, Navigate through commands/
folder. Make sure that you also have checked through index.js since it has some codes inside of it that you will need.
-
The system for the arguments are also is included inside of the message event in Index.js
-
Make sure the argument system has a similar idea to mine, or you will get some problems with the argument system :/
No worries! You can just create a pull request or a new issue as you can see on the top of the repository!