mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
a lot of changes to documentation (#465)
* document paused property * node twitch.tv urls in setStreaming, added note on autoReconnect in troubleshooting * Fix improper formatting in Cache.get (#1) * Fix grammar in unpinMessage * Enhance troubleshooting (#2) * Enhance troubleshooting * getChannelLogs can take resolvables * Include variables * Add shortcuts * Add references to shortcuts * Add shortcuts for User * Add references for User * _
This commit is contained in:
@@ -35,4 +35,20 @@ setUserLimit(limit, `callback`)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
| **Shortcut of** ``client.setChannelUserLimit(channel, limit, callback)``
|
||||
| **See** client.setChannelUserLimit_
|
||||
| **See** client.setChannelUserLimit_
|
||||
|
||||
setBitrate(kbitrate, `callback`)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
| **Shortcut of** ``client.setChannelBitrate(channel, kbitrate, callback)``
|
||||
| **See** client.setChannelBitrate_
|
||||
|
||||
join(`callback`)
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
| **Shortcut of** ``client.joinVoiceChannel(channel, callback)``
|
||||
| **See** client.joinVoiceChannel_
|
||||
|
||||
.. _client.setChannelUserLimit : ./docs_client.html#setchanneluserlimit-channel-limit-callback
|
||||
.. _client.setChannelBitrate : ./docs_client.html#setchannelbitrate-channel-bitrate-callback
|
||||
.. _client.getBans : ./docs_client.html#joinvoicechannel-channel-callback
|
||||
Reference in New Issue
Block a user