Skip to content

Just a bot to format quote on discord

License

Notifications You must be signed in to change notification settings

LouvAndTech/quote-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Quote Bot

GitHub Actions Workflow Status GitHub Actions Workflow Status

Docker Pulls Docker Image Size (latest by date) Docker Image Version (latest by date)

GitHub License

What is Quote Bot?

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's particularly:

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.

How to use it?

Invite the bot to your server:

  1. First of all, invite the bot to your server by clicking here.
  2. 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

Host it yourself?

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>

About

Just a bot to format quote on discord

Resources

License

Stars

Watchers

Forks

Packages

No packages published