mirror of
https://github.com/Quote-Bot/QuoteBot.git
synced 2026-03-05 19:03:36 +00:00
Feature-rich, easy to use message quoting tool that you’ll ever need.
| .github/workflows | ||
| cogs | ||
| configs | ||
| core | ||
| .dockerignore | ||
| .gitignore | ||
| .precommit-config.yaml | ||
| bot.py | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| Pipfile | ||
| Pipfile.lock | ||
| pyproject.toml | ||
| README.md | ||
Quote Bot
An easy way to quote Discord messages with cross-server support!
Features
- Quote messages by link or ID
- Snipe deleted/edited messages
- Message cloning
- Saved personal/server quotes
- Highlight messages containing specific words/patterns
- Configurable settings for each server
Self-hosting
Local installation
The bot requires Python 3.11 and the libraries specified in Pipfile, which can be installed using pipenv:
pipenv install
The following command will then start the bot:
pipenv run bot
Docker
Alternatively, the bot can be deployed in a Docker container:
docker-compose up
