discord.js-selfbot-v13/src/structures
2023-02-05 14:53:57 +07:00
..
interfaces feat(ClientApplication): v13 add role connections 2023-01-26 14:10:27 +07:00
AnonymousGuild.js Discord.js v13.7 2022-05-14 15:06:15 +07:00
ApplicationCommand.js feat: reject full log (InteractionTimeout) 2022-12-12 18:40:55 +07:00
ApplicationRoleConnectionMetadata.js feat(ClientApplication): v13 add role connections 2023-01-26 14:10:27 +07:00
AutocompleteInteraction.js Discord.js v13.7 2022-05-14 15:06:15 +07:00
AutoModerationActionExecution.js fix: automod 2022-12-26 17:53:25 +07:00
AutoModerationRule.js fix: automod 2022-12-26 20:38:53 +07:00
Base.js Initial commit 2022-03-19 17:37:45 +07:00
BaseCommandInteraction.js Discord.js v13.7 2022-05-14 15:06:15 +07:00
BaseGuild.js Downgrade to v13 2022-03-24 17:55:32 +07:00
BaseGuildEmoji.js Initial commit 2022-03-19 17:37:45 +07:00
BaseGuildTextChannel.js feat(TextChannel): add searchInteraction 2022-10-30 19:25:32 +07:00
BaseGuildVoiceChannel.js refactor: Move me and add fetchMe() 2023-01-10 18:08:05 +07:00
BaseMessageComponent.js fix: sendSlash in dm channel 2022-11-06 12:05:18 +07:00
ButtonInteraction.js Initial commit 2022-03-19 17:37:45 +07:00
CategoryChannel.js feat(ForumChannel): setDefaultForumLayout & fix bug 2022-12-25 10:35:06 +07:00
Channel.js feat: Guild Forum channel 2022-10-03 19:25:39 +07:00
ClientApplication.js feat(ClientApplication): v13 add role connections 2023-01-26 14:10:27 +07:00
ClientPresence.js fix: missing all other status 2022-12-12 18:42:27 +07:00
ClientUser.js feat: premiumUsageFlags 2022-12-22 19:37:05 +07:00
CommandInteraction.js Downgrade to v13 2022-03-24 17:55:32 +07:00
CommandInteractionOptionResolver.js types(AutocompleteOption): backport fix and improve types 2022-06-17 12:50:47 +07:00
ContextMenuInteraction.js Downgrade to v13 2022-03-24 17:55:32 +07:00
DeveloperPortalApplication.js feat(ClientApplication): v13 add role connections 2023-01-26 14:10:27 +07:00
DirectoryChannel.js docs: Add missing @extends 2023-01-08 14:39:47 +07:00
DMChannel.js feat: update (see description) 2022-12-05 18:30:45 +07:00
Emoji.js Downgrade to v13 2022-03-24 17:55:32 +07:00
ForumChannel.js feat(ForumChannel): setDefaultForumLayout & fix bug 2022-12-25 10:35:06 +07:00
Guild.js feat: Role subscriptions 2023-01-26 13:48:53 +07:00
GuildAuditLogs.js feat: automod 2022-12-20 22:46:50 +07:00
GuildBan.js Initial commit 2022-03-19 17:37:45 +07:00
GuildBoost.js Update GuildBoost.js 2023-01-19 18:16:41 +07:00
GuildChannel.js refactor: Move me and add fetchMe() 2023-01-10 18:08:05 +07:00
GuildEmoji.js refactor: Move me and add fetchMe() (fix) 2023-01-11 18:03:13 +07:00
GuildFolder.js feat(Client): ClientUserSettingManager => ClientSettingManager 2022-08-20 20:26:56 +07:00
GuildMember.js refactor: Move me and add fetchMe() (fix) 2023-01-11 18:03:13 +07:00
GuildPreview.js Discord.js v13.7 2022-05-14 15:06:15 +07:00
GuildPreviewEmoji.js Initial commit 2022-03-19 17:37:45 +07:00
GuildScheduledEvent.js Discord.js v13.7 2022-05-14 15:06:15 +07:00
GuildTemplate.js Downgrade to v13 2022-03-24 17:55:32 +07:00
Integration.js feat: Role subscriptions 2023-01-26 13:48:53 +07:00
IntegrationApplication.js Discord.js v13.7 2022-05-14 15:06:15 +07:00
Interaction.js feat(SelectMenu): SelectMenu v2 2022-11-06 12:34:25 +07:00
InteractionCollector.js Discord.js v13.7 2022-05-14 15:06:15 +07:00
InteractionResponse.js fix: Modal reply response 2022-12-12 19:28:13 +07:00
InteractionWebhook.js Initial commit 2022-03-19 17:37:45 +07:00
Invite.js refactor: Move me and add fetchMe() (fix) 2023-01-11 18:03:13 +07:00
InviteGuild.js Initial commit 2022-03-19 17:37:45 +07:00
InviteStageInstance.js Downgrade to v13 2022-03-24 17:55:32 +07:00
Message.js refactor: Move me and add fetchMe() 2023-01-10 18:08:05 +07:00
MessageActionRow.js Discord.js v13.7 2022-05-14 15:06:15 +07:00
MessageAttachment.js Discord.js v13.7 2022-05-14 15:06:15 +07:00
MessageButton.js feat: reject full log (InteractionTimeout) 2022-12-12 18:40:55 +07:00
MessageCollector.js Downgrade to v13 2022-03-24 17:55:32 +07:00
MessageComponentInteraction.js Discord.js v13.7 2022-05-14 15:06:15 +07:00
MessageContextMenuInteraction.js Downgrade to v13 2022-03-24 17:55:32 +07:00
MessageEmbed.js refactor(embed): deprecate addField 2022-07-26 09:57:57 +07:00
MessageMentions.js fix(MessageMentions): ignoreRepliedUser option in has() (v13) 2022-08-01 12:37:46 +07:00
MessagePayload.js feat: Using new attachment API 2022-11-27 19:45:58 +07:00
MessageReaction.js Discord.js v13.7 2022-05-14 15:06:15 +07:00
MessageSelectMenu.js feat: MessageSelectMenu 2023-02-05 14:53:57 +07:00
Modal.js Update Modal.js 2022-12-12 19:55:26 +07:00
ModalSubmitFieldsResolver.js Discord.js v13.7 2022-05-14 15:06:15 +07:00
ModalSubmitInteraction.js fix(ModalSubmitInteraction): add isFromMessage() missing method 2022-06-17 12:43:10 +07:00
NewsChannel.js Downgrade to v13 2022-03-24 17:55:32 +07:00
OAuth2Guild.js Downgrade to v13 2022-03-24 17:55:32 +07:00
PartialGroupDMChannel.js feat: update (see description) 2022-12-05 18:30:45 +07:00
PermissionOverwrites.js Downgrade to v13 2022-03-24 17:55:32 +07:00
Presence.js Update Presence.js 2022-12-12 18:43:33 +07:00
ReactionCollector.js Downgrade to v13 2022-03-24 17:55:32 +07:00
ReactionEmoji.js Initial commit 2022-03-19 17:37:45 +07:00
RichPresence.js fix: missing all other status 2022-12-12 18:42:27 +07:00
Role.js feat: Role subscriptions 2023-01-26 13:48:53 +07:00
SelectMenuInteraction.js Initial commit 2022-03-19 17:37:45 +07:00
Session.js feat: Login Discord (email + password) 2022-11-08 23:56:17 +07:00
StageChannel.js Discord.js v13.7 2022-05-14 15:06:15 +07:00
StageInstance.js Discord.js v13.7 2022-05-14 15:06:15 +07:00
Sticker.js fix: Import errors correctly 2023-01-08 14:22:51 +07:00
StickerPack.js Downgrade to v13 2022-03-24 17:55:32 +07:00
StoreChannel.js docs: fix broken discord support link 2022-08-14 17:17:37 +07:00
Team.js refactor: add to index.d.ts & change MFACode type 2022-12-22 03:37:59 -08:00
TeamMember.js Downgrade to v13 2022-03-24 17:55:32 +07:00
TextChannel.js Initial commit 2022-03-19 17:37:45 +07:00
TextInputComponent.js Discord.js v13.7 2022-05-14 15:06:15 +07:00
ThreadChannel.js feat: thread channel 2023-01-18 14:24:06 +07:00
ThreadMember.js Downgrade to v13 2022-03-24 17:55:32 +07:00
Typing.js Initial commit 2022-03-19 17:37:45 +07:00
User.js feat: user avatar decoration 2023-01-06 18:08:20 +07:00
UserContextMenuInteraction.js Downgrade to v13 2022-03-24 17:55:32 +07:00
VoiceChannel.js fix: eslint 2023-01-10 23:18:53 +07:00
VoiceRegion.js Discord.js v13.7 2022-05-14 15:06:15 +07:00
VoiceState.js refactor: Move me and add fetchMe() 2023-01-10 18:08:05 +07:00
WebEmbed.js feat: static getShorten (WebEmbed) 2022-11-12 17:56:42 +07:00
Webhook.js feat (Webhook): v13 add channel prop 2023-01-26 13:52:12 +07:00
WelcomeChannel.js feat: Guild Forum channel 2022-10-03 19:25:39 +07:00
WelcomeScreen.js Initial commit 2022-03-19 17:37:45 +07:00
Widget.js docs: Add missing @extends 2023-01-08 14:39:47 +07:00
WidgetMember.js docs: Add missing @extends 2023-01-08 14:39:47 +07:00