A powerful JavaScript library for interacting with the Discord API
-
Updated
Dec 30, 2021 - 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 via ShardingManager#broadcast? Where would I listen to it in ShardClientUtil? I can't find it anywhere in the docs nor the code