File | Date | Author | Commit |
---|---|---|---|
app | 2023-07-01 |
![]() |
[5628ad] Fix help message |
assets | 2023-07-02 |
![]() |
[afbd68] Update icon |
gradle | 2023-03-15 |
![]() |
[8def5f] Migrate to gradle |
.gitignore | 2023-03-15 |
![]() |
[63e114] Migrate to V5 |
LICENSE | 2022-08-18 |
![]() |
[e9f6a4] Create LICENSE |
README.md | 2023-07-01 |
![]() |
[186cec] Update readme spacing |
gradlew | 2023-03-15 |
![]() |
[8def5f] Migrate to gradle |
gradlew.bat | 2023-03-15 |
![]() |
[8def5f] Migrate to gradle |
newestversion | 2023-07-01 |
![]() |
[91a7e3] Update version |
settings.gradle | 2023-07-01 |
![]() |
[9a6ce8] Update gradle settings |
Simpler version of: Simple Question Of The Day (QOTD) Discord Bot you can add to your server.
⚠️ ⚠️ ⚠️ 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 is the Lite version of QOTD-Bot at [https://github.com/itsmarsss/QOTD-Bot]; QOTD managers can send QOTDs to a specific channel and a thread will be made for users to answer the question.
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
.
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) |
⚠️ ⚠️ ⚠️ WARNING: This project is no longer maintained; there may be bugs and issues. Feel free to fork this repository, pull requests may be accepted. ⚠️ ⚠️ ⚠️