mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
#docs_client.rst: - 257: Add proper eplanation of callback, like in every other method - 433: Fix linking for Invite Resolvable #docs_message.rst: - 90 : Replace ':' with '-', just for consistency with the others #docs_resolvables.rst: - 92 : String doesn't link to anything (?) -> Link removed #docs_servers.rst: - 109 : Properly indent code-block because it didn't show at all on rtfd #docs_serverchannel.rst: - 53 : Remove doulbe '`' causing it not to display properly #docs_voiceconnection.rst: - 67 : Remove 'currently, it currently #docs_voiceconnection.rst: - 32 : Add links for Role Resolvable, as used in client#addMemberToRole, client#removeMemberFromRole and client#memberHasRole
33 lines
2.0 KiB
ReStructuredText
33 lines
2.0 KiB
ReStructuredText
.. _Client : ./docs_client.html
|
|
.. _Cache : ./docs_cache.html
|
|
.. _User : ./docs_user.html
|
|
.. _Users : ./docs_user.html
|
|
.. _Server : ./docs_server.html
|
|
.. _Channel : ./docs_channel.html
|
|
.. _ServerChannel : ./docs_serverchannel.html
|
|
.. _TextChannel : ./docs_textchannel.html
|
|
.. _VoiceChannel : ./docs_voicechannel.html
|
|
.. _PMChannel : ./docs_pmchannel.html
|
|
.. _Message : ./docs_message.html
|
|
.. _Invite : ./docs_invite.html
|
|
.. _Equality : ./docs_equality.html
|
|
.. _Role : ./docs_role.html
|
|
.. _ChannelPermissions : ./docs_channelpermissions.html
|
|
.. _PermissionOverwrite : ./docs_permissionoverwrite.html
|
|
.. _Permission Constants : ./docs_permissionconstants.html
|
|
.. _Resolvables : ./docs_resolvables.html
|
|
.. _VoiceConnection : ./docs_voiceconnection.html
|
|
.. _Promises : https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise
|
|
.. _EventEmitter : https://nodejs.org/api/events.html#events_class_events_eventemitter
|
|
.. _Channel Resolvable : http://discordjs.readthedocs.org/en/latest/docs_resolvables.html#channel-resolvable
|
|
.. _String Resolvable : http://discordjs.readthedocs.org/en/latest/docs_resolvables.html#string-resolvable
|
|
.. _Message Resolvable : http://discordjs.readthedocs.org/en/latest/docs_resolvables.html#message-resolvable
|
|
.. _Server Resolvable : http://discordjs.readthedocs.org/en/latest/docs_resolvables.html#server-resolvable
|
|
.. _Invite Resolvable : http://discordjs.readthedocs.org/en/latest/docs_resolvables.html#invite-id-resolvable
|
|
.. _User Resolvable : http://discordjs.readthedocs.org/en/latest/docs_resolvables.html#user-resolvable
|
|
.. _Base64 Resolvable : http://discordjs.readthedocs.org/en/latest/docs_resolvables.html#base64-resolvable
|
|
|
|
.. _VoiceChannel Resolvable : http://discordjs.readthedocs.org/en/latest/docs_resolvables.html#voice-channel-resolvable
|
|
.. _File Resolvable : http://discordjs.readthedocs.org/en/latest/docs_resolvables.html#file-resolvable
|
|
.. _Role Resolvable : http://discordjs.readthedocs.org/en/latest/docs_resolvables.html#role-resolvable
|