Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 491 Bytes

README.md

File metadata and controls

45 lines (33 loc) · 491 Bytes

Oska

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