diff options
| author | 2021-03-14 21:16:42 +0000 | |
|---|---|---|
| committer | 2021-03-14 21:16:42 +0000 | |
| commit | 39b4da6a242a96ac298119d60f89bf2af69a952f (patch) | |
| tree | 184eb55764a1c62cb9f859f7ddf4e9147a1f593d | |
| parent | feat: add new discord.py tags (diff) | |
fix: add newline file endings
| -rw-r--r-- | bot/resources/tags/customhelp.md | 2 | ||||
| -rw-r--r-- | bot/resources/tags/intents.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bot/resources/tags/customhelp.md b/bot/resources/tags/customhelp.md index b787fe673..6f0b17642 100644 --- a/bot/resources/tags/customhelp.md +++ b/bot/resources/tags/customhelp.md @@ -1,3 +1,3 @@ **Custom help commands in discord.py** -To learn more about how to create custom help commands in discord.py by subclassing the help command, please see [this tutorial](https://gist.github.com/InterStella0/b78488fb28cadf279dfd3164b9f0cf96#embed-minimalhelpcommand) by Stella#2000
\ No newline at end of file +To learn more about how to create custom help commands in discord.py by subclassing the help command, please see [this tutorial](https://gist.github.com/InterStella0/b78488fb28cadf279dfd3164b9f0cf96#embed-minimalhelpcommand) by Stella#2000 diff --git a/bot/resources/tags/intents.md b/bot/resources/tags/intents.md index 642e65764..9171b2314 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)
\ No newline at end of file +For more info about using intents, see the [discord.py docs on intents.](https://discordpy.readthedocs.io/en/latest/intents.html) |