diff options
| author | Rapptz <[email protected]> | 2020-10-03 21:47:30 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-10-03 21:48:34 -0400 |
| commit | 9d183ecc3006f49f4dcc5a4ecb0ff139b4b90747 (patch) | |
| tree | 120aa8042a66fe0414eef007545d8f5a6df3ac2f /.github | |
| parent | Update intent documentation to use defaults (diff) | |
| download | discord.py-9d183ecc3006f49f4dcc5a4ecb0ff139b4b90747.tar.xz discord.py-9d183ecc3006f49f4dcc5a4ecb0ff139b4b90747.zip | |
Add intents to the issue template
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index fa949245..8139c361 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,6 +20,9 @@ labels: bug <!-- What actually happened. If there is a traceback, please show the entire thing. --> +## Intents + +<!-- What intents are you using for your bot? This is the `discord.Intents` class you pass to the client --> ## Checklist @@ -28,6 +31,7 @@ labels: bug - [ ] I have searched the open issues for duplicates. - [ ] I have shown the entire traceback, if possible. - [ ] I have removed my token from display, if visible. +- [ ] I have provided the intents that my bot is using. ## System Information |