Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackra1n/substiify-v2
substiify is general purpose discord bot with features like karma, music and more
https://github.com/jackra1n/substiify-v2
discord-bot discord-py music-bot python3
Last synced: about 1 month ago
JSON representation
substiify is general purpose discord bot with features like karma, music and more
- Host: GitHub
- URL: https://github.com/jackra1n/substiify-v2
- Owner: jackra1n
- Created: 2021-08-31T09:56:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-28T15:29:31.000Z (about 1 month ago)
- Last Synced: 2024-12-28T16:26:41.018Z (about 1 month ago)
- Topics: discord-bot, discord-py, music-bot, python3
- Language: Python
- Homepage:
- Size: 35.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# substiify-v2
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![CodeFactor](https://www.codefactor.io/repository/github/jackra1n/substiify-v2/badge?s=b2b5d4f291828630b83a6a566d5d2f319b2bd3d5)]()
[![Made with Python](https://img.shields.io/badge/Made%20with-Python-ffde57.svg?longCache=true&style=flat-square&colorB=ffdf68&logo=python&logoColor=88889e)](https://www.python.org/)
[![Powered by discord.py](https://img.shields.io/badge/Powered%20by-discord.py-blue?style=flat-square&logo=appveyor)](https://github.com/Rapptz/discord.py)## Getting started
To run the bot you'll need docker compose.
- Copy or rename `example.env` in `/` to `.env` and fill out the fields.
- Start the postgres container and create a database which you configured in `.env` -> `DB_NAME`
- Start the bot with `docker-compose up -d`## Development
Increment the version in `pyproject.toml` and `core/__init__.py`.