Discord bot inspired by Owais Dar Martial Art
- Play music from a file
- Run a chemistry quiz
- Send memes or videos from a folder to a channel
First make sure discord and dotenv modules are installed on your pc To do that, first run this command
pip install discordThen run this command:
pip install python-dotenvYou also need to install ffmpeg for the music feature to work. Download ffmpeg here
Then go to the .env file and change the following variables:
TOKEN = ''
FFMPEG_PATH = ''
MEMES_FOLDER = ''After that run this command and enjoy:
python "path_to_main.py"