Mardroide
Mardroide
DIAdiscord.js - Imagine an app
Created by Mardroide on 6/17/2023 in #djs-questions
Option Choices Async function.
Hi i'm trying to set my organization repos as string choices. I can use an await promise so I can't figure out how can It could be done. The code I have is this:
.addStringOption(async (option) => {
const values = await getOrgReposValues('Plasmify')
console.log(values)
return option
.setName('repositories')
.setDescription('Choose any of the organizarion repos.')
}),
.addStringOption(async (option) => {
const values = await getOrgReposValues('Plasmify')
console.log(values)
return option
.setName('repositories')
.setDescription('Choose any of the organizarion repos.')
}),
Can a async function work like that?
16 replies
DIAdiscord.js - Imagine an app
Created by Mardroide on 6/13/2023 in #djs-questions
Slash Commands Cooldowns
Hi, I just followed the guide for the cooldown but I get errors.
33 replies
DIAdiscord.js - Imagine an app
Created by Mardroide on 2/10/2023 in #djs-questions
Speed up the Bot response time.
Hi, i'm trying to increase my bot speed to do all commands and things faster. There is any way to do it?
7 replies
DIAdiscord.js - Imagine an app
Created by Mardroide on 2/9/2023 in #djs-questions
Fecth a user to edit a permission
I can figure it
22 replies
DIAdiscord.js - Imagine an app
Created by Mardroide on 1/17/2023 in #djs-questions
Error while reading a directory [CANVAS]
I have a image on a folder of the command and I want to use it on a card, but when it read it the card doesn't have background, any suggestion?
4 replies
DIAdiscord.js - Imagine an app
Created by Mardroide on 1/13/2023 in #djs-questions
Hide private threads to members
When I create a thread with the bot all members can see it how can I fix it
51 replies
DIAdiscord.js - Imagine an app
Created by Mardroide on 10/16/2022 in #djs-questions
Mismatched parameters and command handler not to optimized.
Hi devs, im triying to fix my mismatched parameters and maybe the handler its the problem!
16 replies
DIAdiscord.js - Imagine an app
Created by Mardroide on 9/5/2022 in #djs-questions
Mismatched Parameter Fix
Trying to fetch the user but not working
85 replies
DIAdiscord.js - Imagine an app
Created by Mardroide on 8/28/2022 in #djs-questions
Getting values from a Modal and then use it on an Embed
47 replies
DIAdiscord.js - Imagine an app
Created by Mardroide on 7/30/2022 in #djs-questions
Messages ID fetch system from different guild
Trying to take the id from and embed sent to a channel with a slash command and then do things with it
8 replies
DIAdiscord.js - Imagine an app
Created by Mardroide on 7/28/2022 in #djs-questions
Canvas formating
Trying to replicate koya welcome card on canvas!
4 replies