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

How To Use Local File As Thumbnail In Discordjs Embedded Message?

Is it possible to use a local file as a thumbnail for an embedded message with DiscordJs? 'thum… Read more How To Use Local File As Thumbnail In Discordjs Embedded Message?

Invalid Form Body In Discord.js Ban Command

So, i have been trying to make a ban command. I basically used the same system on a kick command, b… Read more Invalid Form Body In Discord.js Ban Command

How Can I Import Only Discord From Json File?

I've got an array of objects, these objects have an identifiers array with strings. One of thes… Read more How Can I Import Only Discord From Json File?

Fetch More Than 100 Messages

I'm trying to figure out a way to use loops to get old messages on discord using fetchMesasges(… Read more Fetch More Than 100 Messages

Create An Auto-roll For Each New User In The Dhscord.js Bot

I wrote a code that should create an automatic roll for me as soon as a new user is added to my ser… Read more Create An Auto-roll For Each New User In The Dhscord.js Bot

Discord.js Ping Command

I was trying to make a ping command for my bot here is my Code client.on('message', message… Read more Discord.js Ping Command

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