A discord bot can tell you about COVID-19 statistic daily day built by Node JS , Express. This is my first project since around 2020 or 2021. I just re upload it
- !covid = Get covid stat in the day
- !area = Get restrict area name
- !vaccine = Get stat of people who get injected
- !tel = Get list of telephone number
- !help = Get guideline
- Node JS
- Express JS
You need to have a discord Token first
- First of all you need to clone it
git clone https://github.com/NutNaphop/CUS-BOT.git- Get into your project and open CMD
npm install- Create .env file at root and declare a variable
API_KEY = <your_token>- Run your project
node app.js