LeanWasTaken / egg

An egg counter discord bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Egg Counter

A discord bot to count the number of "egg" in a row in a specific channel. Dumb ig

How to run

npm i

node index.js

make sure to rename .env.example to .env and fill it out beforehand.

How to set up the "DB"

Create a data.json file in the same dir as index.js and put this in:

{
    "streak": 0,
    "user": 0
}

About

An egg counter discord bot


Languages

Language:JavaScript 100.0%