Skip to content

Simple Question Of The Day (QOTD) Discord Bot you can add to your server.

License

Notifications You must be signed in to change notification settings

itsmarsss/qotd-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icon
QOTD-Bot

Simple Question Of The Day (QOTD) Discord Bot you can add to your server.

NOTICE

⚠️ ⚠️ ⚠️ WARNING: This project is no longer maintained; there may be bugs and issues. Feel free to fork this repository, pull requests may be accepted. ⚠️ ⚠️ ⚠️

What is this bot for?

QOTD stands for Question Of The Day and is usually used to keep servers active and members talking.

What does it do?

This bot allows for daily (or custom timed) QOTD to be sent in a specific channel. It allows users to add their own QOTD to the bot's queue, and QOTD managers to manage the queue.

How to set it up?

Simply follow a tutorial to create a Discord bot and run the code. Pass in the bot's token and configure the bot through the commands in qotd help.

Restrictions?

  1. The bot will only work on one server
  2. The bot must be self-hosted

Usage

Normal Run

java -jar <drag the .jar file into the window OR paste .jar file path (do not include "<" or ">")>

No Window Run

java -jar <drag the .jar file into the window OR paste .jar file path (do not include "<" or ">")> --nohead

Auto Start Run

java -jar <drag the .jar file into the window OR paste .jar file path (do not include "<" or ">")> --autostart

No Window and Auto Start Run

java -jar <drag the .jar file into the window OR paste .jar file path (do not include "<" or ">")> --nohead --autostart

Features

Start Config

Argument Usage
--nohead or --nh Run without window
--autostart or --as Start bot ASAP (skip confirmation prompt)

Bot perms (by role)

  • Add questions with footers
  • Add poll with footers

Bot managers (by role)

  • Upload JSON file
  • Read uploaded file
  • Remove question
  • Bulk remove questions
  • View question queue
  • View specific queue item
  • Post next QOTD
  • Set QOTD channel
  • Pause/unpause QOTD output
  • Change prefix
  • Toggle manager review
  • Change review channel
  • Change embed colors
  • See bot info
  • See bot version

Server admins

  • Change perm role
  • Change manager role
  • Toggle dynamic config state
  • Update config file

GUI ~ Desktop Window

  • See a version of the logs
  • Controls
    • Start
    • Stop
    • Control Panel
    • Edit [config.yml]

Control Panel ~ Local website (accessible in web browsers)

  • Edit QOTD Bot configuration
  • View queue list
    • Delete
  • View review list
    • Approve
    • Deny
  • Edit QOTD Bot configuration
  • Add new posts
  • Post next QOTD

Video Demonstration

Video Demonstration: https://www.youtube.com/watch?v=iJrDy7_vNNA

Image Link

NOTICE

⚠️ ⚠️ ⚠️ WARNING: This project is no longer maintained; there may be bugs and issues. Feel free to fork this repository, pull requests may be accepted. ⚠️ ⚠️ ⚠️