It is a bot that will help you format you quotes quickly and easily for your discord server. It is also able to give you a random quote from your own serer.
It does not have any serverside database, and rely on discord's own server to store the quotes, which means that the quotes are only available in the server where the bot is invited and cannot be query from outside.
- First of all, invite the bot to your server by clicking here.
- Then You need to create a channel that include
quotes
in it's name in your server.
After that you are ready to go:
- You can use the bot by typing
/quotization
to format your quotes - You can type
/quote
to get a random quote
You can find the docker image here
To deploy the bot, you can use the following docker-compose.yml
file:
version: "3.8"
services:
quote-bot:
image: louvandtech/quote-bot:latest
container_name: quote-bot
restart: unless-stopped
environment:
TOKEN: <YOUR-DISCORD-TOKEN>