aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar vcokltfre <[email protected]>2021-03-26 17:52:07 +0000
committerGravatar vcokltfre <[email protected]>2021-03-26 17:52:07 +0000
commit2cf2402ea51e3a61d319706a95bc4ab633d6b8fc (patch)
tree2ffdefd1de901e61fb9d8e69db5da2d61ad201a1
parentfix: remove . from the hyperlink (diff)
feat: add link to discord dev portal intents section
-rw-r--r--bot/resources/tags/intents.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/tags/intents.md b/bot/resources/tags/intents.md
index e08fd1c33..464caf0ba 100644
--- a/bot/resources/tags/intents.md
+++ b/bot/resources/tags/intents.md
@@ -16,4 +16,4 @@ intents.members = True
bot = commands.Bot(command_prefix="!", intents=intents)
```
-For more info about using intents, see the [discord.py docs on intents](https://discordpy.readthedocs.io/en/latest/intents.html).
+For more info about using intents, see the [discord.py docs on intents](https://discordpy.readthedocs.io/en/latest/intents.html), and for general information about them, see the [Discord developer documentation on intents](https://discord.com/developers/docs/topics/gateway#gateway-intents).