A Discord bot written using Node in TypeScript
Install node, pnpm, clone this repository, then install the dependencies
git clone https://github.com/AlanMorel/oska
cd oska
npm install pnpm -g
pnpm install
Create a .env
file
VERSION=0
TOKEN=
PREFIX=!
LOCALE=en-US
CACHE_INTERVAL=60
TZ=America/New_York
CROSS_POST_CHANNEL_ID=
Create a folder called logs
at the root
mkdir logs
Run the bot
yarn start