sern-handler / handler

Create your dream Discord bot!
https://sern.dev
MIT License
38 stars 9 forks source link

[BUG] Buttons not registering #303

Closed needhamgary closed 1 year ago

needhamgary commented 1 year ago

Describe the bug My buttons are not registering on init.

To Reproduce Steps to reproduce the behavior:

  1. Create a button in an event or command and send to the channel.
  2. Create a Button command with the custom id as the name like normal.
  3. Click the button sent in discord. Returns "interaction failed" with no errors.

Expected behavior My button is set to console.log("button") and nothing happens

Screenshots image image

Versioning NodeJS version: 20.2.0 DiscordJS version: 14.11^ SernHandler version: 3.0.0rc4 Channel: alpha

Additional context Additional information available in sern Community discord server

jacoobes commented 1 year ago

fixed in recent push to alpha (rc5)

294