A Discord bot meant to integrate features from LuanRT/google-this.
If you want to clone this project and run it on your end, here are the first steps you want to take.
WARNING: This bot was not meant to be ran by anyone else than me. It is extremely likely that you will encounter errors when trying to make it run for the first time.
- Node >= 16
- Rename
.env.example
to.env
and configure it properly - Install the node application:
npm install
- Compile typescript files:
npm run build
- Start the bot:
npm start