⚠️ ⚠️ ⚠️ WARNING: This project is no longer maintained; there may be bugs and issues. Feel free to fork this repository, pull requests may be accepted.⚠️ ⚠️ ⚠️
QOTD stands for Question Of The Day and is usually used to keep servers active and members talking.
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.
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
.
- The bot will only work on one server
- The bot must be self-hosted
java -jar <drag the .jar file into the window OR paste .jar file path (do not include "<" or ">")>
java -jar <drag the .jar file into the window OR paste .jar file path (do not include "<" or ">")> --nohead
java -jar <drag the .jar file into the window OR paste .jar file path (do not include "<" or ">")> --autostart
java -jar <drag the .jar file into the window OR paste .jar file path (do not include "<" or ">")> --nohead --autostart
Argument | Usage |
---|---|
--nohead or --nh |
Run without window |
--autostart or --as |
Start bot ASAP (skip confirmation prompt) |
- Add questions with footers
- Add poll with footers
- 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
- Change perm role
- Change manager role
- Toggle dynamic config state
- Update config file
- See a version of the logs
- Controls
- Start
- Stop
- Control Panel
- Edit [config.yml]
- 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: https://www.youtube.com/watch?v=iJrDy7_vNNA
⚠️ ⚠️ ⚠️ WARNING: This project is no longer maintained; there may be bugs and issues. Feel free to fork this repository, pull requests may be accepted.⚠️ ⚠️ ⚠️