- Text YT search argument
- (almost) Fixing problems with functions
- Adding more compatibility
- Adding Moderation Capabilites
- ???
See the open issues for a full list of proposed features (and known issues).
All you have to do to run this, is:-
- Login into Discord Developer Portal
- Click the create a new application at the top right, and give it a name.
- Click on bots on the left, and then click Add Bot on the right.
- Finally, click the Reset Token button on the right and then, copy it.
- Then, scroll down and make sure to enable
Message Content Intent
since all our commands are message based (for now) - Make a .env file in your project folder, and make sure to exclude it in .gitignore
- Open the .env file, and type the line
TOKEN=YOUR_TOKEN_HERE
- Your bot is now fully set up!
- Navigate to the folder with the files in command line
- pip3 install -r requirements.txt (Python 3)
- py music_bot.py
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
Tejas Nair - Tejas Nair - tejasnair2002@gmail.com