How to properly do a createReactionCollection – I’ve been wanting to create an event when a user presses a reaction […]
Tag: discord.js
Sending private messages to user
Sending private messages to user – I’m using the discord.js library and node.js to create a Discord bot that facilitates […]
Fetch more than 100 messages
Fetch more than 100 messages – I’m trying to figure out a way to use loops to get old messages […]
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 […]
TypeError [INVALID_TYPE]: Supplied overwrites is not an Array or Collection of Permission Overwrites. Discord v12
TypeError [INVALID_TYPE]: Supplied overwrites is not an Array or Collection of Permission Overwrites. Discord v12 – module.exports = { config: […]
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 […]
Cannot read property ‘includes’ of undefined
Cannot read property ‘includes’ of undefined – I am new to JavaScript, am I was trying to dissect an embedded […]
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 […]
Discord.js Get all members that have a specific role
Discord.js Get all members that have a specific role – I’m trying to get all members that have a specific […]