Skip to content
forked from rook37/QOTDbot

A Discord bot for storing and posting a question of the day on a specified server & channel, once every 24 hours. Runs with node and discord.js

Notifications You must be signed in to change notification settings

roverserver/QOTDbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QOTDbot

A simple discord bot that stores questions locally in a .json file, posting one each day to a specified server and channel

Runs with Node.js. To run locally, install the discord.js and dotenv node packages with npm.

Requires a .env file with the following values:

BOT_TOKEN= your discord bot's login token

SERVER_ID= the ID of the server (or guild) it will be running on

ADMIN_ROLE= the role ID of the users allowed to add questions to the queue

ADMIN_CHANNEL= the ID for the channel where questions can be added, the queue status can be posted, and where the bot will update a daily total of remaining questions after posting

TARG_CHANNEL= the ID for the channel where questions will be posted

SUGGESTION_LINK= a link to a suggestion box for users to submit their own suggestions for Questions of th day

About

A Discord bot for storing and posting a question of the day on a specified server & channel, once every 24 hours. Runs with node and discord.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%