Fetch more than 100 messages – I’m trying to figure out a way to use loops to get old messages […]
Tag: discord
Discord.js message attachments picture
Discord.js message attachments picture – message.channel.sendMessage(text).attachments [“”,{url:”http://openweathermap.org/img/w/”+icon+”.png” }]; I made some bot, with node-js ( discord.js ). I want to […]
Check if user ID exists in Discord server
Check if user ID exists in Discord server – My Discord bot needs to check whether a user is in […]
Deleting all messages in discord.js text channel
Deleting all messages in discord.js text channel – Ok, so I searched for a while, but I couldn’t find any […]
Discord.js – Getting users last activity?
Discord.js – Getting users last activity? – I’m trying to find out if its possible to get the time/information of […]
Discord.js don’t execute client.on(“message”)
Discord.js don’t execute client.on(“message”) – I’m trying to build a Discord’s bot using discord.js with NodeJS but i’m facing a […]
How to send a Discord message to a channel using JS & Chrome Console?
How to send a Discord message to a channel using JS & Chrome Console? – How to send a Discord […]
How to make a invites command (Discord.js)
How to make a invites command (Discord.js) – Hello, I am currently wondering how to make a invites command for […]
Discord.js – How to change style of Button
Discord.js – How to change style of Button – This is how I create and send the button: client.on(‘messageCreate’, (message) […]
Discord: Get User by Id
Discord: Get User by Id – I’m trying to create a web application to manage the users of my Discord […]