No description
- TypeScript 99.3%
- Dockerfile 0.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .vscode | ||
| src | ||
| .eslintrc.js | ||
| .gitignore | ||
| Dockerfile | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Goobot
This discord bot reads images sent into a channel
Then provides a /goob command to send a random image among the list of previously recorded images
Installations instructions
git clone https://github.com/Legonzaur/goobot
cd goobot
cp ./src/config.json.example ./src/config.json
edit the config.json file to match your settings
npm i --omit=dev
npm i typescript
npm run build
npm run sync
npm run start