ThatSameer
ThatSameer
DIAdiscord.js - Imagine an app
Created by ThatSameer on 3/4/2024 in #djs-questions
Correct 'type' for Interaction Object?
Thank you. I will give that a go tonight once I'm back on 🫡
8 replies
DIAdiscord.js - Imagine an app
Created by ThatSameer on 3/4/2024 in #djs-questions
Correct 'type' for Interaction Object?
That is a brilliant idea. Didn't think of that
8 replies
DIAdiscord.js - Imagine an app
Created by ThatSameer on 3/4/2024 in #djs-questions
Correct 'type' for Interaction Object?
Thought while I have access to the package as it's already installed, I could maybe typeguard my interaction object
8 replies
DIAdiscord.js - Imagine an app
Created by ThatSameer on 3/4/2024 in #djs-questions
Correct 'type' for Interaction Object?
For other use cases such as to help with slash command building, registering commands etc. Not using it for gateway client
8 replies
DIAdiscord.js - Imagine an app
Created by ThatSameer on 3/4/2024 in #djs-questions
Correct 'type' for Interaction Object?
I could add the options field but would have to overwrite the type to satisfy it
8 replies
DIAdiscord.js - Imagine an app
Created by ThatSameer on 3/4/2024 in #djs-questions
Correct 'type' for Interaction Object?
HTTP Interactions. (sorry for the delay)
8 replies
DIAdiscord.js - Imagine an app
Created by ThatSameer on 2/29/2024 in #djs-questions
Patch webhook type, ActionRowBuilder issue
Legend, thank you v much
6 replies
DIAdiscord.js - Imagine an app
Created by ThatSameer on 2/29/2024 in #djs-questions
Patch webhook type, ActionRowBuilder issue
Ah thats actually fixed it 👏👏👏👏
6 replies
DIAdiscord.js - Imagine an app
Created by ThatSameer on 2/29/2024 in #djs-questions
Patch webhook type, ActionRowBuilder issue
To clarify, the error is coming from components: [row]
6 replies
DIAdiscord.js - Imagine an app
Created by ThatSameer on 9/8/2022 in #djs-questions
Get my bots webhook ID and Token on ready
Have managed to update my DB with existing webhook information exactly as I needed. At least that's SOME recovery from accidentally deleting my database lol. Thannk you all very much
9 replies
DIAdiscord.js - Imagine an app
Created by ThatSameer on 9/8/2022 in #djs-questions
Get my bots webhook ID and Token on ready
awesome it worked. Only change I made was instead of client.guilds.fetch() I did
const guilds = await client.guilds.cache;
guilds.forEach(guild => {....
const guilds = await client.guilds.cache;
guilds.forEach(guild => {....
9 replies
DIAdiscord.js - Imagine an app
Created by ThatSameer on 9/8/2022 in #djs-questions
Get my bots webhook ID and Token on ready
9 replies
DIAdiscord.js - Imagine an app
Created by ThatSameer on 9/8/2022 in #djs-questions
Get my bots webhook ID and Token on ready
node: v16.17.0
9 replies