MoonlightCapital
MoonlightCapital
DIAdiscord.js - Imagine a bot
Created by MoonlightCapital on 11/12/2023 in #djs-questions
`client.generateInvite()` undefined domain after update
alr thanks
4 replies
DIAdiscord.js - Imagine a bot
Created by DUCKODAS on 5/22/2023 in #djs-questions
Announcement publish
discord bugged a bit sorry notLike
10 replies
DIAdiscord.js - Imagine a bot
Created by MoonlightCapital on 4/22/2023 in #djs-questions
Are those checks enough to avoid a "missing permission" error?
i need to check all of them?
5 replies
DIAdiscord.js - Imagine a bot
Created by MoonlightCapital on 4/22/2023 in #djs-questions
Are those checks enough to avoid a "missing permission" error?
hmm, a lot more, so if i'm denying
{
SendMessages: false,
AddReactions: false,
Speak: false,
CreatePrivateThreads: false,
CreatePublicThreads: false,
SendMessagesInThreads: false,
UseApplicationCommands: false,
}
{
SendMessages: false,
AddReactions: false,
Speak: false,
CreatePrivateThreads: false,
CreatePublicThreads: false,
SendMessagesInThreads: false,
UseApplicationCommands: false,
}
5 replies
DIAdiscord.js - Imagine a bot
Created by MoonlightCapital on 4/22/2023 in #djs-questions
Are those checks enough to avoid a "missing permission" error?
5 replies
DIAdiscord.js - Imagine a bot
Created by Tissemyren on 12/31/2022 in #djs-questions
button cooldown
(or concatenate them into a string and put them in the set)
12 replies
DIAdiscord.js - Imagine a bot
Created by Tissemyren on 12/31/2022 in #djs-questions
button cooldown
so you can also store the button custom id
12 replies
DIAdiscord.js - Imagine a bot
Created by Tissemyren on 12/31/2022 in #djs-questions
button cooldown
i'd use a map/collection instead of a set
12 replies
DIAdiscord.js - Imagine a bot
Created by Tissemyren on 12/31/2022 in #djs-questions
button cooldown
what did you find? i think you can adapt it to your needs
12 replies
DIAdiscord.js - Imagine a bot
Created by MoonlightCapital on 12/7/2022 in #djs-questions
Fetching data from a database, filtering it by only guilds handled by the shard
so i pretty much have to get all the data, and filter it with this later in the bot?
9 replies
DIAdiscord.js - Imagine a bot
Created by MoonlightCapital on 12/7/2022 in #djs-questions
Fetching data from a database, filtering it by only guilds handled by the shard
but i'm asking, where do i best use it?
9 replies
DIAdiscord.js - Imagine a bot
Created by MoonlightCapital on 12/7/2022 in #djs-questions
Fetching data from a database, filtering it by only guilds handled by the shard
yes, i know about it
9 replies