MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Discord.js.org most likely does not offer any malicious content.
Secure connection support
HTTPS
Discord.js.org provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Discord.js.org most likely does not offer any adult content.
Audience
-
Bounce rate
-
Time on site
03:33
AVG
-
Gender
Men
99%
Women
N/A
Popular pages
-
discord.js (14.16.2) | discord.js
discord.js is a powerful Node.js module that allows you to interact with the Discord API very easily. It takes a much more object-oriented approach than most other JS Discord libraries, making your bo...
-
Client (discord.js - main) | discord.js
All of the guilds the client is currently handling, mapped by their ids - as long as sharding isn't being used, this will be *every * guild the bot is a member of The options the client was instantiat...
-
discord.js (14.14.1) | discord.js
Register a slash command against the Discord API: import { REST, Routes } from 'discord.js'; const commands = [ { name: 'ping', description: 'Replies with Pong!', }, ]; const rest = new ...
-
Message (discord.js - main) | discord.js
readonly The time the message was last edited at (if applicable) The timestamp the message was last edited at (if applicable) embeds : Embed[] An array of embeds in the message - e.g. YouTube Player. ...
-
next (main) | discord.js
Contributing Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the documentation. See the contribution guide if you'd like to submit a PR. Help I...
-
Gateway (core - 2.0.0) | discord.js
export interface Gateway Gateway-like structure that can be used to interact with an actual WebSocket connection. You can provide a custom implementation, useful for running a message broker between y...