No description
  • TypeScript 99.3%
  • Dockerfile 0.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-07-07 17:38:02 +02:00
.vscode Working on roles 2023-06-16 17:32:13 +02:00
src set button time to 60s 2023-06-17 12:19:23 +02:00
.eslintrc.js scraping working 2023-06-15 19:12:04 +02:00
.gitignore Working on roles 2023-06-16 17:32:13 +02:00
Dockerfile Upload dockerfile 2023-07-07 17:38:02 +02:00
package-lock.json scraping working 2023-06-15 19:12:04 +02:00
package.json add syncglobal package script 2023-06-16 23:08:57 +02:00
README.md update readme installation instructions 2023-06-16 22:36:01 +02:00
tsconfig.json Working on roles 2023-06-16 17:32:13 +02:00

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