discord music bot
Go to file
ekzyis f6ee8ff63f Move mbot creation into fixture 2021-09-25 04:03:50 +02:00
.vscode Add .vscode 2021-09-24 22:02:13 +02:00
src Rename url to query 2021-09-25 03:23:08 +02:00
test Move mbot creation into fixture 2021-09-25 04:03:50 +02:00
.env.template Implement loading token from ENV 2021-09-24 21:05:41 +02:00
.gitignore pip install pytest-cov 2021-09-24 22:02:13 +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