Vanity
SIASapphire - Imagine a framework
•Created by Vanity on 1/13/2024 in #sapphire-support
Interaction handlers problem
thankyou, this fixed my issue, my dist is still in old code i think, when i delete the dist and compile again it fixed my issue
12 replies
SIASapphire - Imagine a framework
•Created by Vanity on 1/13/2024 in #sapphire-support
Interaction handlers problem
i dont know there is shappire v5, i need to update after this,
okay back to the topic, i just modify
parse
which is the default is if (interaction.customId !== 'my-awesome-button') return this.none();
but im modify little bit like if (!interaction.customId.includes('my-awesome')) return this.none();
, or this is causes the error? lemme try after work12 replies