Skip to content Skip to sidebar Skip to footer
Showing posts with the label Discord

Typeerror: Message.guild.channels.foreach Is Not A Function

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

Check If User Id Exists In Discord Server

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

How To Get The Creator Of A Channel On Event Channelcreate In Discord.js

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

Sending A Message The First Channel With Discord.js

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

None Of My Discord.js Guildmember Events Are Emitting, My User Caches Are Basically Empty, And My Functions Are Timing Out?

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 Js Check Reaction User Role

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

How To Check If A Specific User Has A Role? Discord Js

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

How To Make Random Colors For Embeds Discord.js

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