JDA-Applications / JDA-Utilities

A series of tools and utilities for JDA to assist in bot creation
Apache License 2.0
218 stars 111 forks source link

ButtonMenu.Builder.build().display() does not work #131

Closed blockiindahood closed 3 years ago

blockiindahood commented 3 years ago

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.

The issue tracker is reserved for issues, errors, and feature requests related to JDA-Utilities, and not questions and other requests for help.

Issue Information

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.

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.

Bildschirmfoto 2021-06-15 um 20 06 50

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.

Bildschirmfoto 2021-06-15 um 20 08 30

Am I doing anything wrong? Thanks for the help :)

arynxd commented 3 years ago

you are using a very old version. please update