Skip to content

Feature-rich, easy to use message quoting tool that you’ll ever need.

License

Notifications You must be signed in to change notification settings

Quote-Bot/QuoteBot

Repository files navigation

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