1intan99
1intan99
Explore posts from servers
SIASapphire - Imagine a framework
Created by 1intan99 on 5/19/2024 in #sapphire-support
How to use preconditions properly?
Hi, im a new at sapphire and didn't know much about it, also i was reading the Docs that how to use Preconditions and how to handle failure on it. The question is, i was following the same thing at the docs but there is nothing show when i console.log it, im using ESM JavaScript not TypeScript. also, can someone explain how does Preconditions work? and what make it triggered on Listener event?
15 replies
SIASapphire - Imagine a framework
Created by 1intan99 on 2/23/2024 in #sapphire-support
How do i use "separators" command in sapphire?
Hi! Im new at sapphire/framework, i was reading the docs and seeing there is a separators options at Command my question is, how do i use the separators command option and how to get the key from it?
18 replies
RRailway
Created by 1intan99 on 8/31/2023 in #✋|help
Running Sqlite migrate with prisma in railway
4 replies
DIAdiscord.js - Imagine an app
Created by 1intan99 on 7/28/2023 in #djs-questions
Why i can't find my user data in 'Message'?
So, im trying to create a awaitMessage with button interaction here is the code
const msg = await i.editReply({
embeds: [this.generateEmbed(message, db, [
'TESTING 123'])],
components: [this.generateComponent()]
});

this.rolesCollector(msg);
const msg = await i.editReply({
embeds: [this.generateEmbed(message, db, [
'TESTING 123'])],
components: [this.generateComponent()]
});

this.rolesCollector(msg);
but when i console log the msg from const msg = the Author object data is not me, but it's my bot, so how can i get my Author data?
4 replies
DIAdiscord.js - Imagine an app
Created by 1intan99 on 7/28/2023 in #djs-questions
Does it good using collector inside a collector?
Hi, so i was creating a collector message with button, and i want to made a second collector when user react the button but it's ephemeral, my question is, does it good using a collector inside a collector? but the second collector is ephemeral
5 replies