aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar evanwashere <github@evan.lol> 2022-07-05 14:12:29 -0400
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-07-05 11:45:28 -0700
commitbd8c7915b9cf4dc0484c6d62700aeb95e47f72c9 (patch)
treeb6ad27e9d1aef8167cd23baea38e30d00265590b
parent91cff9473938ad5105422dc98838de1d25e4dd1b (diff)
downloadbun-bd8c7915b9cf4dc0484c6d62700aeb95e47f72c9.tar.gz
bun-bd8c7915b9cf4dc0484c6d62700aeb95e47f72c9.tar.zst
bun-bd8c7915b9cf4dc0484c6d62700aeb95e47f72c9.zip
add invite url guide
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index fa8eddc1c..5fa458103 100644
--- a/README.md
+++ b/README.md
@@ -367,6 +367,8 @@ cd my-interactions-bot
If you don't have a Discord bot/application yet, you can create one [here (https://discord.com/developers/applications/me)](https://discord.com/developers/applications/me).
+Invite bot to your server by visiting `https://discord.com/api/oauth2/authorize?client_id=<your_application_id>&scope=bot%20applications.commands`
+
Afterwards you will need to get your bot's token, public key, and application id from application page and put them into `.env.example` file
Then you can run the http server that will handle your interactions: