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

Discord.js : Reaction.message.guild.members.find Is Not A Function

I am trying to make a Discord.js bot that add the 'Joueur' role to the user who reacted wit… Read more Discord.js : Reaction.message.guild.members.find Is Not A Function

How Do I Make A Discord.js Bot Actually Reply To A Message?

I've been making a Discord.js (V12) bot that supports the type of command 'say' (please… Read more How Do I Make A Discord.js Bot Actually Reply To A Message?

Reading File Attachments (ex; .txt File) - Discord.js

Second time posting on StackOverflow so I apologize for any mistakes. Please bear with me. Same wit… Read more Reading File Attachments (ex; .txt File) - Discord.js

Overlapping Commands?

I'm trying to make a fun little discord chat bot with JavaScript and node.js and I'd like t… Read more Overlapping Commands?

Discord.js Get User Connections As Bot

Hey I'm trying to make a bot that will check user's connected battle.net account and load g… Read more Discord.js Get User Connections As Bot

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

Change Permissions Of A Channel Just Created

I have the below code which is intended to create a new channel with a name. This works fine. It th… Read more Change Permissions Of A Channel Just Created

How To Tag Users Using Discord.js?

I am looking to create a command in order to tag certain users automatically using their username e… Read more How To Tag Users Using Discord.js?