Wordle is a daily word game, and Discord Wordle Bot is designed to keep score of everyone's daily Wordle scores. The bot parses the Wordle result and adds points for the user based on their score. A running scoreboard is kept and reposted whenever a new Wordle challenge is available.
I built this bot just for my own server so it's not designed to keep track of multiple servers ¯\(ツ)/¯
- Parse Wordle results and assign points to users
- 1/6 = 7 points, 2/6 = 6 points, 3/6 = 5 points ... 1/6 = 1 point, X/6 = 0 point
- Keep a leaderboard of total points, attempts, and average # of guesses
- Reminder for new Wordle challenges
- LOTR quotes lol
- Node v16 or higher
- TypeScript & ts-node
- Follow the steps to create a new bot on Discord's developer portal
git clone https://github.com/kevintrankt/discord-wordle-bot.git
cd discord-wordle-bot
- Create a new
.env
file containingTOKEN=CLIENTSECRET
whereCLIENTSECRET
is your bot's client secret token from the developer portal npm install
ts-node index.ts
to start the bot
As long as the bot is on, it will detect Wordle results and keep track of scores.
All commands are start with !w
- !w scores - Display Leaderboard
Sends leaderboard embed message in the channel