From cd0496a359cf1471b3117b8ba3abe3fdb369a5ae Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 1 Aug 2021 00:56:40 +0200 Subject: [PATCH] Document how to add the bot to the server Signed-off-by: Knut Ahlers --- wiki/Home.md | 2 ++ wiki/Home.md.tpl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/wiki/Home.md b/wiki/Home.md index 5299dda..fe4a662 100644 --- a/wiki/Home.md +++ b/wiki/Home.md @@ -7,6 +7,8 @@ - Give it a name which later will be your bots name, optionally upload an image which will be its profile image - Disable "Public Bot", enable the "Privileged Gateway Intents" - Copy and note your bots token (you will need to enter it into the `bot_token` field of the config) +- Add your bot to your server (replace `` with the client ID of your bot, find that by clicking "OAuth2" in the left sidebar): +`https://discord.com/oauth2/authorize?client_id=&scope=bot%20applications.commands&permissions=1945627743` ## Create a config diff --git a/wiki/Home.md.tpl b/wiki/Home.md.tpl index 6f3c8b7..fb84cee 100644 --- a/wiki/Home.md.tpl +++ b/wiki/Home.md.tpl @@ -7,6 +7,8 @@ - Give it a name which later will be your bots name, optionally upload an image which will be its profile image - Disable "Public Bot", enable the "Privileged Gateway Intents" - Copy and note your bots token (you will need to enter it into the `bot_token` field of the config) +- Add your bot to your server (replace `` with the client ID of your bot, find that by clicking "OAuth2" in the left sidebar): +`https://discord.com/oauth2/authorize?client_id=&scope=bot%20applications.commands&permissions=1945627743` ## Create a config