feat: @discordjs/brokers (#8548)

This commit is contained in:
DD
2022-10-13 23:20:36 +03:00
committed by GitHub
parent 179392d6d7
commit bf9aa1858d
32 changed files with 1210 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
export const PACKAGES = ['builders', 'collection', 'proxy', 'rest', 'util', 'voice', 'ws'];
export const PACKAGES = ['brokers', 'builders', 'collection', 'proxy', 'rest', 'util', 'voice', 'ws'];
export const DESCRIPTION =
"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 bot's code significantly tidier and easier to comprehend.";