Discord Javascript Typeerror: Message.guild.channels.foreach Is Not A Function June 22, 2024 Post a Comment I'm creating a mute command but when I want to disable speaking permission for the Mute role fo… Read more Typeerror: Message.guild.channels.foreach Is Not A Function
Discord Discord.js Javascript Node.js Check If User Id Exists In Discord Server June 12, 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 Discord.js Javascript Node.js How To Get The Creator Of A Channel On Event Channelcreate In Discord.js May 30, 2024 Post a Comment Would it be possible to find the creator of a channel when the channelCreate event triggers? I'… Read more How To Get The Creator Of A Channel On Event Channelcreate In Discord.js
Discord Discord.js Javascript Sending A Message The First Channel With Discord.js May 22, 2024 Post a Comment I've seen a lot of bots that have a greeting message when they join. Its usually sent to the fi… Read more Sending A Message The First Channel With Discord.js
Discord Discord.js Javascript None Of My Discord.js Guildmember Events Are Emitting, My User Caches Are Basically Empty, And My Functions Are Timing Out? May 09, 2024 Post a Comment My code has been working just fine for weeks, but a few events and functions have randomly stopped … Read more None Of My Discord.js Guildmember Events Are Emitting, My User Caches Are Basically Empty, And My Functions Are Timing Out?
Discord Discord.js Javascript Node.js Discord Js Check Reaction User Role May 08, 2024 Post a Comment I am trying to close a ticket by reacting to a button. But reaction must be given by 'support… Read more Discord Js Check Reaction User Role
Bots Discord Discord.js Javascript Roles How To Check If A Specific User Has A Role? Discord Js March 26, 2024 Post a Comment I know how to check if the message sender has a role: if(message.member.roles.has(role.id)) { con… Read more How To Check If A Specific User Has A Role? Discord Js
Discord Discord.js Javascript Node.js How To Make Random Colors For Embeds Discord.js March 19, 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