Skip to content

Commit

Permalink
chore: reword how to set Discord permissions slightly, to be less con…
Browse files Browse the repository at this point in the history
…fusing
  • Loading branch information
TrueBrain committed Jul 18, 2024
1 parent 506aebc commit 1056364
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ This application logs in as a Discord bot to get a presence on Discord.
You have to create this bot yourself, by going to https://discord.com/developers/ and registering one.
The Discord token can be found under `Bot`.

After creating a bot, you need to invite this bot to your Discord channel.
If you are not the owner of that channel, you would need to make the bot `Public` before the admin can add it.
The bot needs at least `Send Messages`, `Read Messages` and `Manage Webhooks` permissions to operate in a channel.

Additionally, the bot uses the following intents:
- `messages`: to read messages.
- `guilds`: to read channel information.
Expand All @@ -97,6 +93,11 @@ Additionally, the bot uses the following intents:
Some of these intents need additional permission on the bot's side, under `Privileged Gateway Intents`.
Without those, this application will fail to start.

After creating a bot, you need to invite this bot to your Discord channel.
If you are not the owner of that channel, you would need to make the bot `Public` before the admin can add it.
The bot needs at least `Send Messages`, `Read Messages` and `Manage Webhooks` permissions to operate in a channel.
These permissions have to be given/set by an administrator to the bot on the Discord server itself.

### IRC Puppet IP Range

The more complicated setting in this row is `--irc-puppet-ip-range`, and needs some explaining.
Expand Down

0 comments on commit 1056364

Please sign in to comment.