Misa
Misa
DIdiscord.js - Imagine ❄
Created by Misa on 12/3/2024 in #djs-questions
TAG ID doesn't work correctly
They are (the members) on my discord i have the guildmembers intent and i tried that : const guild = client.guilds.cache.get(process.env.GUILD_ID); if (guild) { await guild.members.fetch(); } but nothing change
10 replies
DIdiscord.js - Imagine ❄
Created by Misa on 11/18/2024 in #djs-questions
there is way to add options to input in modal ?
everyhting in the question i want a select menu in modal but i saw only possible to have input i saw in the doc there is not options to addoptions or something like this to the input is it way to do it ?
6 replies