members hotfix 2

This commit is contained in:
2023-06-16 21:45:06 +02:00
parent 9694f35a4b
commit 147701651a
2 changed files with 25 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# 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
```bash
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
```bash
npm i
cd goobot
cp ./src/config.json.example ./src/config.json
```
+6
View File
@@ -0,0 +1,6 @@
{
"discord_token": "",
"discord_app_id": "",
"discord_guild_id": "",
"owner_id": ""
}