Feature-rich, easy to use message quoting tool that you’ll ever need.
Find a file
2024-02-20 15:55:16 +01:00
.github/workflows Update dependencies 2023-07-12 18:48:30 +02:00
cogs No longer clear highlights if user is not cached 2024-02-20 15:55:16 +01:00
configs Update discord.py, remove localisations, fix snipe permission toggle, quote links in bot messages (#21) 2022-06-18 14:59:31 +02:00
core Run black 2024-02-04 19:46:12 +01:00
.dockerignore Add thread support, bug fixes, code improvements 2021-11-10 18:52:43 +01:00
.gitignore Add thread support, bug fixes, code improvements 2021-11-10 18:52:43 +01:00
.precommit-config.yaml Update dependencies 2023-07-12 18:48:30 +02:00
bot.py Run black 2024-02-04 19:46:12 +01:00
docker-compose.yml Add thread support, bug fixes, code improvements 2021-11-10 18:52:43 +01:00
Dockerfile Update Dockerfile to Python 3.11.4 2023-07-17 18:35:56 +02:00
LICENSE Add thread support, bug fixes, code improvements 2021-11-10 18:52:43 +01:00
Pipfile Update dependencies 2024-02-20 15:54:24 +01:00
Pipfile.lock Update dependencies 2024-02-20 15:54:24 +01:00
pyproject.toml Improve code formatting and quote efficiency 2020-12-20 22:23:27 +01:00
README.md Update readme 2023-07-12 19:13:12 +02:00

Quote Bot

Support Server License Code style: black

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