Shoodey
Shoodey
Explore posts from servers
SIASapphire - Imagine a framework
Created by Shoodey on 1/25/2023 in #sapphire-support
Is Sapph.xyz bot related to this project/community?
Asking because of the name resemblence and i dont seem to find it in the server's bot list - is it in any way related (owner, uses sapphirejs, etc..) or just a name similarity?
6 replies
SIASapphire - Imagine a framework
Created by Shoodey on 1/9/2023 in #sapphire-support
Button handler not triggering
Heyah @Helpers I basically added a button handler from https://www.sapphirejs.dev/docs/Guide/application-commands/interaction-handlers/buttons in /listeners and changed the example's button ID with the one from
const buttonRow = new ActionRowBuilder<ButtonBuilder>().addComponents(
new ButtonBuilder()
.setCustomId("foo")
.setLabel("do stuff")
.setStyle(ButtonStyle.Primary),
);
const buttonRow = new ActionRowBuilder<ButtonBuilder>().addComponents(
new ButtonBuilder()
.setCustomId("foo")
.setLabel("do stuff")
.setStyle(ButtonStyle.Primary),
);
but interaction just fails on click and im not too sure how to debug this - nothing else happens on logs beside Loaded 26 listeners :/ Any idea how to debug and maybe even fix?
19 replies