Top "Discord.js" questions

Discord.

Sending private messages to user

I'm using the discord.js library and node.js to create a Discord bot that facilitates poker. It is functional …

javascript node.js discord.js
How to set bot's status

So I'm trying to make my bot's streaming to be with depression but I've tried multiple things and they don't …

node.js streaming bots status discord.js
Send a message with Discord.js

I am trying to make a discord bot, but I can't quite understand Discord.js. My code looks like this: …

javascript node.js discord discord.js
Find out if someone has a role

I made a simple quote bot for a server, but the admin only wants mod+ people to be able to …

javascript node.js roles discord.js
How to send a message to a specific channel

I'm trying to send a message to a specific channel with my Discord bot, which is in several servers. I …

javascript bots channel discord.js
How to Play Audio File Into Channel?

How do you play an audio file from a Discord bot? Needs to play a local file, be in JS, …

javascript bots discord discord.js
Discord Bot Can't Get Channel by Name

I have been making a discord bot and wanted to make it send a message to a specific "Welcome" channel. …

javascript discord discord.js bots
Deleting all messages in discord.js text channel

Ok, so I searched for a while, but I couldn't find any information on how to delete all messages in …

node.js discord discord.js
Welcome message when joining discord Server using discord.js

I am making a discord bot using node.js and discord.js, and I am currently trying to make it …

javascript node.js discord discord.js
Send message and shortly delete it

I'm trying to make a Discord bot delete its "system messages" after, say, 10 seconds, because I've been seeing a lot …

javascript discord discord.js