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

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

Discord Bot Youtube Search, Wait For Answer Of Asynchronous Function

I have built a discord but using javascript I've got one command where I want the ability to se… Read more Discord Bot Youtube Search, Wait For Answer Of Asynchronous Function

I Am Trying To Make A Discord.js Avatar Command, And The Mentioning Portion Doesn't Work Correctly

I have an avatar command in my discord bot. When the user uses h.avatar, it outputs their avatar, w… Read more I Am Trying To Make A Discord.js Avatar Command, And The Mentioning Portion Doesn't Work Correctly

Discord Bot Embed Variables Come Back As Undefined

This is my code and the values keep being undefined https://cdn.discordapp.com/attachments/5017840… Read more Discord Bot Embed Variables Come Back As Undefined

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

How To Return A Guild's Owner Name

This is the piece of my code where I'm having the problem: const guild = client.guilds.get('… Read more How To Return A Guild's Owner Name

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