Trivia Bot
- 2 Devlogs
- 1 Total hours
First Trivia bot but I have made bots before for discord
First Trivia bot but I have made bots before for discord
I built a trivia bot for Slack from scratch using JavaScript, Node.js, and Slack’s Bolt framework running in Socket Mode. It posts trivia questions in a channel, lets people DM their answers privately (so no one can just copy the first response), tracks scores, and has a leaderboard. Questions come from a live API (Open Trivia DB) with a local JSON question bank as a fallback if the API is ever down.
Right now I am doing the commands and testing them hopefully they work