
A Discord Bot that brings
wordle into discord.
For the project you need to have following things (installed):
- Node.js
- Discord Bot Token
- Bot invited to servers
- download and extract (if necessary) the project
- open the console in the project folder
- run
npm install - wait for the installation to complete
- rename the
.env.examplefile to.env - replace "YOUR_TOKEN_HERE" with your token in the renamed
.envfile - setup a mariaDB database somewhere with access
- create a database with the
image.sqlfile - replace the database access details in
.env - open a console/terminal in the project folder
- run
node .in the console/terminal