Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alanmorel/oska

A Discord bot written using Node in TypeScript
https://github.com/alanmorel/oska

Last synced: 5 days ago
JSON representation

A Discord bot written using Node in TypeScript

Awesome Lists containing this project

README

        

# Oska

A Discord bot written using Node in TypeScript

Install node, pnpm, clone this repository, then install the dependencies

```sh
git clone https://github.com/AlanMorel/oska
```

```sh
cd oska
```

```sh
npm install pnpm -g
```

```sh
pnpm install
```

Create a `.env` file

```sh
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

```sh
mkdir logs
```

Run the bot

```sh
yarn start
```