Skip to content

Latest commit

 

History

History
76 lines (72 loc) · 3.06 KB

bug_report.yml

File metadata and controls

76 lines (72 loc) · 3.06 KB
NameAboutLabelsAssignees
Bug ReportFound a Bug that needs to be fixed?

Please join the Discord Server for questions or ask them in our Discussions.

Keep in mind that this isn't the place to learn Java.
Please head over to Stack Overflow for your general programming questions.

General Troubleshooting

You confirm to have made the following checks first.

Please let us know, which specific version of JDA you used.
If your version is outdated, maybe try updating and see if that already fixes your problem.
You can see the latest version in the Releases.
To find out your version, you can add System.out.println(JDAInfo.VERSION); in your code.

What did you expect JDA to do?

Please add the code you use to reproduce this problem.
Make sure to remove or replace any sensitive data like your Bot's token.
Leave this empty or put "N/A" if you don't have a reproducible setup.

The provided text will be rendered as Java code, so you don't have to provide a Code block for it.

Please provide the code used to create your JDA or ShardManager instance.
Make sure to remove or replace any sensitive data like your Bot's token.

The provided text will be rendered as Java code, so you don't have to provide a Code block for it.

Share any Exception or Error you encountered.
Make sure to put it into a code block for better formatting.
Leave this blank or put "N/A" if you don't have an Exception or Error.

The provided text will be rendered as code, so you don't have to provide a Code block for it.