From 75ec7695d490b53a6fd49fa5699e0e0ebf2d632b Mon Sep 17 00:00:00 2001 From: TrojanerHD Date: Sat, 20 May 2023 19:41:32 +0200 Subject: [PATCH] Add notes in README that optional init commands can be done later --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5a5433..4ef0375 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ This is a [Discord](https://discord.com) bot currently only running on my [Disco ## Adding the bot to your server 1. Click the following link: https://discord.com/api/oauth2/authorize?client_id=632637013475983360&permissions=8&scope=bot%20applications.commands - Note that the bot is added with admin privileges. You may alter the permissions value but keep in mind that some features might not work or lead to unexpected behavior -2. (Optional) Set up the following text-channels +2. (Optional, can be done later) Set up the following text-channels - `#live` for a nice embed showing people selected by you who are currently live on Twitch - `#roles` for a customizable role management -3. (Optional) Set up the bot using the following admin commands: +3. (Optional, can be done later) Set up the bot using the following admin commands: - `/permit ` adds/removes `` as permitted. Every user with that role can execute privileged commands. - `/stream-channel …` adds Twitch streamers to show in a `#live` channel. If a channel called `#live` does not exist, this does not work - `/roles …` adds/removes roles for the role manager (channel `#roles` is required)