Nevah5 / wordlebot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool




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

About

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

License:MIT License


Languages

Language:JavaScript 99.2%Language:Shell 0.8%