Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
/ wordlebot Public archive

A Discord Bot that brings wordle into channels for you to play.

License

Notifications You must be signed in to change notification settings

Nevah5/wordlebot

Repository files navigation




A Discord Bot that brings
wordle into discord.


THIS BOT HAS SHUT DOWN



Installation

Specifications

For the project you need to have following things (installed):

How to

  1. download and extract (if necessary) the project
  2. open the console in the project folder
  3. run npm install
  4. wait for the installation to complete
  5. rename the .env.example file to .env
  6. replace "YOUR_TOKEN_HERE" with your token in the renamed .env file
  7. setup a mariaDB database somewhere with access
  8. create a database with the image.sql file
  9. replace the database access details in .env
  10. open a console/terminal in the project folder
  11. run node . in the console/terminal