- Tired of always trying to remember to play the new Wordle? We were too.
- Introducing Discord Wordle Reminder Bot! π A one-stop-shop for asking you and your friends to play the wordle challenge that day.
- Node
- Run
npm install
. - Create a bot with Discord here.
- Invite the newly created bot to a server with this link, replacing CLIENT with your bot's client ID: https://discordapp.com/oauth2/authorize?client_id=CLIENT&scope=bot
- Copy the bot's OAuth token from the Discord dashboard at the link in step 2.
- Create an
auth.json
file in the root folder with the following format and where the bot token can be found in the Discord dashboard:{ "token": "YOUR BOT TOKEN HERE" }
- Modify the
settings.json
timeToSendMessage
value to be something in the future. (It uses Unix Time.) - Run
node bot.js
. - Add a
wordle
role to your Discord server and add those that should be pinged when the reminder goes off to that role!
- Once added to your server from the steps in Setup process, run
!setChannel
to tell the bot which channel to send the scheduled message. - Run
!testReminder
to see what happens! - Peruse the Commands section to apply any other customizations!
!setChannel
- Sets the channel at which to send the scheduled reminder to.!testReminder
- Sends a non-scheduled reminder message.!leaderboard
- Responds with just a message of the most recent leaderboard.!ping
- Responds with a message to show that the bot is alive and well.
- This project was made for those that play wordle.
- Thanks for checking it out!
Made with β€οΈ by SirArkimedes.