https://github.com/josh-development/bot
https://github.com/josh-development/bot
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/josh-development/bot
- Owner: josh-development
- Created: 2022-07-31T10:30:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T15:34:21.000Z (about 1 year ago)
- Last Synced: 2025-03-19T16:35:43.995Z (about 1 year ago)
- Language: TypeScript
- Size: 74.2 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Codeowners: .github/CODEOWNERS
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
```