mirror of
https://github.com/danbulant/discord.js
synced 2026-05-29 12:20:23 +00:00
* Fix some missing doc strings
Mainly just readonly tags
* Return an error when guild#allowDMs is ran from a bot account, and fix some return types
* WebhookClient implements Webhook, doesn't extend it
* Fix Client#rateLimit docs not showing what it returns
Cause I wanted to handle this event only to see no return props 🤔
* Actually make Client#rateLimit show the right info
Its an object with all the info
|
||
|---|---|---|
| .. | ||
| actions | ||
| voice | ||
| websocket | ||
| BaseClient.js | ||
| Client.js | ||
| ClientManager.js | ||
| WebhookClient.js | ||