discord music bot
Go to file
Ramdip Gill 80041b22ef Merge branch '8-video-inappropriate' into 'develop'
Fix age-restricted songs not playable

Closes #8

See merge request ekzyis/musicube!7
2021-09-25 18:11:49 +00:00
.vscode Add .vscode 2021-09-24 22:02:13 +02:00
src Use cookies 2021-09-25 20:02:51 +02:00
test Add assertion message 2021-09-25 18:06:01 +02:00
.env.template Use cookies 2021-09-25 20:02:51 +02:00
.gitignore Add cookies.txt 2021-09-25 20:09:32 +02:00
.gitlab-ci.yml Add .gitlab-ci.yml 2021-09-24 22:02:13 +02:00
.pylintrc Fix pylint issues 2021-09-24 22:02:13 +02:00
README.md Add README 2021-09-24 21:13:12 +02:00
pyproject.toml Copy code from basic_voice example as skeleton 2021-09-24 20:58:42 +02:00
requirements.txt Add test for ensure_voice 2021-09-24 23:07:32 +02:00

README.md

musicube

Development

Requirements:

$ python --version
3.9.7

Configure virtual environment:

$ python -m venv venv
$ source venv/bin/activate

Install requirements:

$ pip install -r requirements.txt

Configure ENV:

$ cp .env.template .env
# Write BOT_TOKEN into .env

Run bot:

$ python src/bot.py