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

https://github.com/josh-development/bot


https://github.com/josh-development/bot

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# JoshDocs

Just the minimum to get a working bot using interactions.

## Setup

Rename `.env.example` to `.env` and fill it with the needed information.

## Run

```bash
$ deno run -A mod.ts
```

## Test

```bash
$ deno test -A
```