Discord Discord.js Javascript Node.js Check If User Id Exists In Discord Server June 16, 2024 Post a Comment My Discord bot needs to check whether a user is in the server or not. I'm using node.js and dis… Read more Check If User Id Exists In Discord Server
Discord Image Javascript How To Use Local File As Thumbnail In Discordjs Embedded Message? June 09, 2024 Post a Comment Is it possible to use a local file as a thumbnail for an embedded message with DiscordJs? 'thum… Read more How To Use Local File As Thumbnail In Discordjs Embedded Message?
Discord Discord.js Javascript Invalid Form Body In Discord.js Ban Command May 29, 2024 Post a Comment So, i have been trying to make a ban command. I basically used the same system on a kick command, b… Read more Invalid Form Body In Discord.js Ban Command
Bots Discord Discord.js Javascript Json How Can I Import Only Discord From Json File? May 18, 2024 Post a Comment I've got an array of objects, these objects have an identifiers array with strings. One of thes… Read more How Can I Import Only Discord From Json File?
Discord Discord.js Javascript Node.js Fetch More Than 100 Messages April 17, 2024 Post a Comment I'm trying to figure out a way to use loops to get old messages on discord using fetchMesasges(… Read more Fetch More Than 100 Messages
Discord Discord.js Javascript Create An Auto-roll For Each New User In The Dhscord.js Bot March 31, 2024 Post a Comment I wrote a code that should create an automatic roll for me as soon as a new user is added to my ser… Read more Create An Auto-roll For Each New User In The Dhscord.js Bot
Discord Discord.js Javascript Node.js Discord.js Ping Command March 03, 2024 Post a Comment I was trying to make a ping command for my bot here is my Code client.on('message', message… Read more Discord.js Ping Command
Discord Discord.js Javascript Node.js How To Make Random Colors For Embeds Discord.js February 16, 2024 Post a Comment I want my Discord bot's embeds to appear in red or green (random between those two) so I want t… Read more How To Make Random Colors For Embeds Discord.js