Skip to content

Latest commit

 

History

History
139 lines (137 loc) · 4.34 KB

01-package_bug_report.yml

File metadata and controls

139 lines (137 loc) · 4.34 KB
NameAboutLabelsAssignees
Bug reportReport an issue with discord.js or another package.bug,need repro

Thank you for filing an issue! If you are here to ask a question, use Discord instead: https://discord.gg/djs

This issue form is for discord.js, including other packages.

Describe the issue in as much detail as possible.

Your code sample should be:

  1. Minimal - Use as little code as possible that still produces the same problem (and is understandable)
  2. Complete - Provide all parts someone else needs to reproduce your problem
  3. Reproducible - Test the code you're about to provide to make sure it reproduces the problem

This will be automatically formatted into code, so no need for backticks.

List necessary versions here. This includes your package version, runtime version, operating system etc.

Please be realistic. If you need to elaborate on your reasoning, please use the issue description field above.

Check your Client constructor for the partials key.

Check your Client constructor for the intents key.

The issue might already be fixed in a development release or main. This is not required, but helps us greatly.
[discord.js only] To install the latest development release run npm i discord.js@dev in your project directory.
Run npm list discord.js and use the last part of the printed information (d23280c for discord.js@xx.x.x-dev.1530234593.d23280c)