Skip to content

Commit ceadec0

Browse files
authored
Update DiscordBot.md - Remove fixed image scaling.
1 parent 8d23a9f commit ceadec0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Wiki/Software/DiscordBot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Discord bot integration can be useful for various things. For example:
1111
3. Send notifications for live (real-time) hosting.
1212
4. Use remote control commands to start or stop a program, send controller inputs, take screenshots, etc.
1313

14-
<img src="images/discord-notifications-0.png" height="600">
14+
<img src="images/discord-notifications-0.png">
1515

1616

1717

@@ -25,19 +25,19 @@ Discord bot integration can be useful for various things. For example:
2525

2626
3. Make sure your bot is set to private, otherwise anyone will be able to invite it to their servers.
2727

28-
<img src="images/discord-bot-private.png" height="60">
28+
<img src="images/discord-bot-private.png">
2929

3030
4. Under Privileged Gateway Intents enable `Presence Intent`, `Server Members Intent`, and `Message Content Intent`. Save your changes.
3131

32-
<img src="images/discord-bot-intents.png" height="360">
32+
<img src="images/discord-bot-intents.png">
3333

3434
5. Now head to the OAuth2 tab and click URL Generator; we need to generate an invite URL with the correct permissions. Select `bot` under scopes. You now have two options:
3535

3636
a. Grant `Send Messages`, `Embed Links`, `Attach Files`, `Read Message History` permissions. Copy the generated URL below and paste it into your browser of choice. This will allow you to invite the bot to a server you have Manage Server permissions in, and your bot will have a pre-configured role.
3737

3838
b. Do not grant any permissions, copy the generated URL below and invite the bot to a server you have Manage Server permissions in. Bot will not have any permissions, you can configure a role in the server. **This is the preferred option if you are setting up your bot in someone else's server.**
3939

40-
<img src="images/discord-bot-permissions.png" height="360">
40+
<img src="images/discord-bot-permissions.png">
4141

4242

4343
## Step 2: Open up the Discord settings.

0 commit comments

Comments
 (0)