Skip to content

Commit

Permalink
Add note to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Skye-31 committed Mar 1, 2022
1 parent 6d742c1 commit dd41af4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ docker-compose build
The first time you run the bot, you should use the flags --sync-commands and --sync-db to automatically set up your bot commands & database tables.
You can do this by commenting out the line in your `docker-compose.yml`.

Note: If you want to use it on one guild only (via dev-mode in your config.json), you'll need to invite the bot with the `bot+applications.commands` scope, as opposed to just `applications.commands`.

After that, you run the following command.
```shell
docker-compose up -d
```

You'll then need to setup a HTTP proxy to port `:4567` on your server, and add this URL to the http interactions endpoint of your discord application.

0 comments on commit dd41af4

Please sign in to comment.