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

Sending Message To A Specific Channel At A Specific Time Using Cron In Discord

I want to send a message to a specific channel at 2:00 AM in Discord. I can't get it to work. A… Read more Sending Message To A Specific Channel At A Specific Time Using Cron In Discord

Finding Who Deleted The Message

My discord.js bot is programmed to log deleted messages. I have the code setup, but I was wondering… Read more Finding Who Deleted The Message

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

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

How Find Emojis By Name In Discord.js

So I have been utterly frustrated these past few days because I have not been able to find a single… Read more How Find Emojis By Name In Discord.js

Check If An User Is In A Specific Guild Discord.js

I don't know if it's possible, but I'm trying to make my bot returning all the servers … Read more Check If An User Is In A Specific Guild Discord.js

How Would I Go About Implementing License Keys In My Discord.js Bot?

I came on StackOverflow today to ask this question. How would I go about implementing a serial key … Read more How Would I Go About Implementing License Keys In My Discord.js Bot?

Discord.js Connecting Api To Discord Bot In An Embed Link

I've been trying to code a bot that will post and embed link to show the title of manga, tags, … Read more Discord.js Connecting Api To Discord Bot In An Embed Link