diff options
| author | 2021-03-26 17:49:15 +0000 | |
|---|---|---|
| committer | 2021-03-26 17:49:15 +0000 | |
| commit | bd64acac079c564d3fca64519463518f7056dfe2 (patch) | |
| tree | c39cfd72cadf11c352d4181ee6b9a61e82534877 | |
| parent | fix: more minor spelling/grammar corrections (diff) | |
fix: remove . from the hyperlink
Co-authored-by: Joe Banks <[email protected]>
| -rw-r--r-- | bot/resources/tags/intents.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/tags/intents.md b/bot/resources/tags/intents.md index 6a282bc17..e08fd1c33 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). |