A Discord bot written using Node in TypeScript
Install node, pnpm, clone this repository, then install the dependencies
git clone https://github.com/AlanMorel/oskacd oskanpm install pnpm -gpnpm installCreate 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 logsRun the bot
yarn start