Closed blockiindahood closed 3 years ago
Please follow the following steps before opening this issue. Issues that do not complete the checklist may be closed without any help.
The issue tracker is reserved for issues, errors, and feature requests related to JDA-Utilities, and not questions and other requests for help. For examples, check out the examples module or the list of JDA-Utilities projects. For questions join the official JDA discord server and ask them in our #jda-utilities channel. For general programming questions, visit StackOverflow.
The issue tracker is reserved for issues, errors, and feature requests related to JDA-Utilities, and not questions and other requests for help.
#jda-utilities
Check all that apply:
This issue tracker does not assist or handle issues with the JDA library. For JDA related issues, visit the JDA issue tracker and open an issue there.
Describe your issue here. Please provide any stack-traces, code, or pictures that will help describe the issue you are encountering.
I am trying to build a ButtonMenu, and sending it, but it tells me that it cannot resolve the method.
The msgchannel is the variable for the event.getMessage().getChannel().
Also if I go into the .java file of the Menu.java there are some errors that .core was not found.
Am I doing anything wrong? Thanks for the help :)
you are using a very old version. please update
Issue
Issue Checklist
Please follow the following steps before opening this issue.
Issues that do not complete the checklist may be closed without any help.
Issue Information
Check all that apply:
Description
Describe your issue here.
Please provide any stack-traces, code, or pictures that will help describe the issue you are encountering.
I am trying to build a ButtonMenu, and sending it, but it tells me that it cannot resolve the method.
The msgchannel is the variable for the event.getMessage().getChannel().
Also if I go into the .java file of the Menu.java there are some errors that .core was not found.
Am I doing anything wrong? Thanks for the help :)