A powerful JavaScript library for interacting with the Discord API
-
Updated
Jun 12, 2022 - JavaScript
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 libraries, making your bot's code significantly tidier and easier to comprehend.
What will happen if I attempt to send a message from
ShardingManager
to all the shards viaShardingManager#broadcast
? Where would I listen to it inShardClientUtil
? I can't find it anywhere in the docs nor the code