mizorint
mizorint
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by NotDemonix on 9/20/2024 in #djs-questions
What is the max this can output?
Bruh
15 replies
DIAdiscord.js - Imagine an app
Created by NotDemonix on 9/20/2024 in #djs-questions
What is the max this can output?
Oh, makes sense...
15 replies
DIAdiscord.js - Imagine an app
Created by NotDemonix on 9/20/2024 in #djs-questions
What is the max this can output?
I have a question: why do you constantly remove "Auth" from the threads lol
15 replies
SIASapphire - Imagine a framework
Created by Shrewd 💫 on 9/18/2024 in #sapphire-support
Slash-Context menu commands with spaces?
Less likely to be possible anyway, though I'm no expert
8 replies
SIASapphire - Imagine a framework
Created by Shrewd 💫 on 9/18/2024 in #sapphire-support
Slash-Context menu commands with spaces?
I'm not sure if it's possible.
8 replies
SIASapphire - Imagine a framework
Created by ArshmaanEhtisham on 9/10/2024 in #discordjs-support
Slash Commands Embeds
Btw, just so you know: for slash commands to work you have to register it. Either in guild or globally, and the "either" part is crucial.
39 replies
SIASapphire - Imagine a framework
Created by ArshmaanEhtisham on 9/10/2024 in #discordjs-support
Slash Commands Embeds
Oh. Then please reach out to Sapphire guide, specifically slash commands. I understand that you want your bot done but trust me, even if your bot works, you must learn at least the very basics of JS. It's a reuqirement.
39 replies
SIASapphire - Imagine a framework
Created by ArshmaanEhtisham on 9/10/2024 in #discordjs-support
Slash Commands Embeds
You import the EmbedBuilder from discord.js at the top of the file
39 replies
SIASapphire - Imagine a framework
Created by ArshmaanEhtisham on 9/10/2024 in #discordjs-support
Slash Commands Embeds
And like that you can modify the embed to whatever you want with the embed builder
39 replies
SIASapphire - Imagine a framework
Created by ArshmaanEhtisham on 9/10/2024 in #discordjs-support
Slash Commands Embeds
You know how to send a response via the the slash command right? You can do this:
async chatInputRun(interaction) {
const embed = new EmbedBuilder
.setTitle("hi");
interaction.reply({ embeds: [embed] });
}
}
async chatInputRun(interaction) {
const embed = new EmbedBuilder
.setTitle("hi");
interaction.reply({ embeds: [embed] });
}
}
39 replies
SIASapphire - Imagine a framework
Created by mizorint on 8/30/2024 in #sapphire-support
How do I make my bot "greet" a new member?
Ill get to it in the morning
21 replies
SIASapphire - Imagine a framework
Created by mizorint on 8/30/2024 in #sapphire-support
How do I make my bot "greet" a new member?
Thanks.
21 replies
SIASapphire - Imagine a framework
Created by mizorint on 8/30/2024 in #sapphire-support
How do I make my bot "greet" a new member?
I think these are the only possible ways to solve the problem so far?
21 replies
SIASapphire - Imagine a framework
Created by mizorint on 8/30/2024 in #sapphire-support
How do I make my bot "greet" a new member?
Will do as well.
21 replies
SIASapphire - Imagine a framework
Created by mizorint on 8/30/2024 in #sapphire-support
How do I make my bot "greet" a new member?
So does it mean that the listener error will not be logged?
21 replies
SIASapphire - Imagine a framework
Created by mizorint on 8/30/2024 in #sapphire-support
How do I make my bot "greet" a new member?
Oops, didnt mean to ping you, forgot to uncheck the tag thing.
21 replies
SIASapphire - Imagine a framework
Created by mizorint on 8/30/2024 in #sapphire-support
How do I make my bot "greet" a new member?
Oh, I didn't define this.comtainer.guild. but I will try this and let you know if this helps. About the logs, nothing was in the console besides the slash application command registry and my another listener's notification that the bot is ready
21 replies
SIASapphire - Imagine a framework
Created by mizorint on 8/30/2024 in #sapphire-support
How do I make my bot "greet" a new member?
Also yes, it does work.
21 replies
SIASapphire - Imagine a framework
Created by mizorint on 8/30/2024 in #sapphire-support
How do I make my bot "greet" a new member?
Nope, all the intents are enabled. On discord developer portal all 3 privileged intents are on, but now I'm not sure about the ones I use in my index file. I can't check them out now though.
21 replies
DIAdiscord.js - Imagine an app
Created by mizorint on 6/20/2024 in #djs-questions
Code organisation
Okay, thanks
8 replies