discord.js/src/structures
Frangu Vlad 7b6190da01 Fix documentations that were incorrect or missing (#1837)
* Fix docs for Guild#pruneMembers

* ClientApplication returns

* Guild#deleteEmoji

* Guild#setRolePosition takes RoleResolvable

* Client#fetchApplication returns ClientApplication not Oauth2Application

* ClientDataResolver#resolveImage can return null

* ClientApplication#toString small example

* Guild#allowDMs now has a only for user accounts warning

* ClientUserSettings#patch is private and setGuildPosition has a user account warning

* Role#setPermissions can take PermissionResolvable, not just String

* ChannelCreationOverwrites is for a role or a member, not for a "group"

* Fix ChannelData#userlimit string being wrong
"The user limit of voice the channel" :lul:

* ChannelResolvable is only for Channel or Snowflake

* EmojiIdentifierResolvable supports Snowflakes

* UserResolvable doesn't take a guild

* Make patch functions private

* Remove examples

* Webhoox#edit options.name defaults to the webhook name

* Make VoiceConnection functions private

* Am dum
The whole ClientUserSettings category is only for self bots soo

* Value for update functions is *

* Make update functions be private

* Fix GuildEditData missing Ssytemchannel property

* PermissionOverwriteOptions can accept null as an option
(Why did no-one document this?)
2017-08-31 09:16:27 +02:00
..
interfaces Fixed DataStore, deprecation leftovers and a bit of Event Constants (#1841) 2017-08-28 00:11:28 +02:00
shared fix reply splitting (#1750) 2017-08-04 09:17:10 +02:00
Attachment.js update attachment & docs (#1815) 2017-08-21 23:11:58 +02:00
Base.js Store and Model Refactor (#1618) 2017-08-25 21:08:58 +01:00
Channel.js Store and Model Refactor (#1618) 2017-08-25 21:08:58 +01:00
ClientApplication.js Fix documentations that were incorrect or missing (#1837) 2017-08-31 09:16:27 +02:00
ClientUser.js Simplified image resolving and used an options object when creating webhooks (#1843) 2017-08-28 00:11:19 +02:00
ClientUserChannelOverride.js Fix documentations that were incorrect or missing (#1837) 2017-08-31 09:16:27 +02:00
ClientUserGuildSettings.js Fix documentations that were incorrect or missing (#1837) 2017-08-31 09:16:27 +02:00
ClientUserSettings.js Fix documentations that were incorrect or missing (#1837) 2017-08-31 09:16:27 +02:00
DMChannel.js Fixed DataStore, deprecation leftovers and a bit of Event Constants (#1841) 2017-08-28 00:11:28 +02:00
Emoji.js Store and Model Refactor (#1618) 2017-08-25 21:08:58 +01:00
GroupDMChannel.js Fixed DataStore, deprecation leftovers and a bit of Event Constants (#1841) 2017-08-28 00:11:28 +02:00
Guild.js Fix documentations that were incorrect or missing (#1837) 2017-08-31 09:16:27 +02:00
GuildAuditLogs.js Store and Model Refactor (#1618) 2017-08-25 21:08:58 +01:00
GuildChannel.js Fix documentations that were incorrect or missing (#1837) 2017-08-31 09:16:27 +02:00
GuildMember.js Fix #1281 2017-08-25 23:41:26 +01:00
Invite.js Store and Model Refactor (#1618) 2017-08-25 21:08:58 +01:00
Message.js Allow Message#edit to accept a MessageEmbed as options parameter (#1844) 2017-08-28 03:05:34 +02:00
MessageAttachment.js Improve docs a bit 2017-04-30 04:30:44 +02:00
MessageCollector.js Docs cleanup 2017-08-17 20:04:01 +02:00
MessageEmbed.js Fix MessageEmbed copy paste (#1834) 2017-08-26 10:03:44 +01:00
MessageMentions.js Fix MessageMentions#has not returning true for role mentions (#1840) 2017-08-27 23:51:15 +02:00
MessageReaction.js Store and Model Refactor (#1618) 2017-08-25 21:08:58 +01:00
PermissionOverwrites.js Store and Model Refactor (#1618) 2017-08-25 21:08:58 +01:00
Presence.js Fix #1684 2017-08-26 13:43:13 +01:00
ReactionCollector.js Docs cleanup 2017-08-17 20:04:01 +02:00
ReactionEmoji.js updated docs for <ReactionEmoji>.toString() so it now uses send instead sendMessage in example (#1761) 2017-08-10 01:17:12 +02:00
Role.js Fix documentations that were incorrect or missing (#1837) 2017-08-31 09:16:27 +02:00
TextChannel.js Fixed DataStore, deprecation leftovers and a bit of Event Constants (#1841) 2017-08-28 00:11:28 +02:00
User.js Store and Model Refactor (#1618) 2017-08-25 21:08:58 +01:00
UserConnection.js Store and Model Refactor (#1618) 2017-08-25 21:08:58 +01:00
UserProfile.js Store and Model Refactor (#1618) 2017-08-25 21:08:58 +01:00
VoiceChannel.js Fix #1281 2017-08-25 23:41:26 +01:00
VoiceRegion.js Improve docs a bit 2017-04-30 04:30:44 +02:00
Webhook.js Fix documentations that were incorrect or missing (#1837) 2017-08-31 09:16:27 +02:00