mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
* 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?) |
||
|---|---|---|
| .. | ||
| interfaces | ||
| shared | ||
| Attachment.js | ||
| Base.js | ||
| Channel.js | ||
| ClientApplication.js | ||
| ClientUser.js | ||
| ClientUserChannelOverride.js | ||
| ClientUserGuildSettings.js | ||
| ClientUserSettings.js | ||
| DMChannel.js | ||
| Emoji.js | ||
| GroupDMChannel.js | ||
| Guild.js | ||
| GuildAuditLogs.js | ||
| GuildChannel.js | ||
| GuildMember.js | ||
| Invite.js | ||
| Message.js | ||
| MessageAttachment.js | ||
| MessageCollector.js | ||
| MessageEmbed.js | ||
| MessageMentions.js | ||
| MessageReaction.js | ||
| PermissionOverwrites.js | ||
| Presence.js | ||
| ReactionCollector.js | ||
| ReactionEmoji.js | ||
| Role.js | ||
| TextChannel.js | ||
| User.js | ||
| UserConnection.js | ||
| UserProfile.js | ||
| VoiceChannel.js | ||
| VoiceRegion.js | ||
| Webhook.js | ||