Skip to content

Commit

Permalink
update: release v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Nov 13, 2023
1 parent bb7f6e8 commit 0b502f8
Show file tree
Hide file tree
Showing 36 changed files with 237 additions and 4,869 deletions.
3 changes: 2 additions & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ export { getGuildMembers } from './lib/getGuildMembers';
export type { ReleaseInfo } from './lib/discordChangeLog';
export type { DiscordUser, GuildMember } from './types/DiscordUser';
export type { Message, TextChannel, TextChannelType, MessageComponentType, Interaction, MessageComponentInteraction, } from 'discord.js';
export { ComponentType, TextInputStyle, ButtonStyle, InteractionResponseType, InteractionType, } from 'discord.js';
export { InteractionResponseType, InteractionType, verifyKey, } from 'discord-interactions';
export { ComponentType, TextInputStyle, ButtonStyle } from 'discord.js';
230 changes: 120 additions & 110 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/version.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export declare const VERSION = "0.2.4";
export declare const VERSION = "0.2.5";
2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

749 changes: 6 additions & 743 deletions docs/classes/Message.html

Large diffs are not rendered by default.

731 changes: 6 additions & 725 deletions docs/classes/MessageComponentInteraction.html

Large diffs are not rendered by default.

905 changes: 9 additions & 896 deletions docs/classes/TextChannel.html

Large diffs are not rendered by default.

114 changes: 3 additions & 111 deletions docs/enums/ButtonStyle.html

Large diffs are not rendered by default.

177 changes: 13 additions & 164 deletions docs/enums/ComponentType.html

Large diffs are not rendered by default.

164 changes: 14 additions & 150 deletions docs/enums/InteractionResponseType.html

Large diffs are not rendered by default.

127 changes: 12 additions & 115 deletions docs/enums/InteractionType.html

Large diffs are not rendered by default.

96 changes: 3 additions & 93 deletions docs/enums/TextInputStyle.html

Large diffs are not rendered by default.

79 changes: 1 addition & 78 deletions docs/functions/addRoleToUser.html

Large diffs are not rendered by default.

79 changes: 1 addition & 78 deletions docs/functions/createPrivateChannel.html

Large diffs are not rendered by default.

79 changes: 1 addition & 78 deletions docs/functions/createTextChannel.html

Large diffs are not rendered by default.

79 changes: 1 addition & 78 deletions docs/functions/deferResponse.html

Large diffs are not rendered by default.

75 changes: 1 addition & 74 deletions docs/functions/deleteChannel.html

Large diffs are not rendered by default.

79 changes: 1 addition & 78 deletions docs/functions/discordChangeLog.html

Large diffs are not rendered by default.

105 changes: 8 additions & 97 deletions docs/functions/getGuildMembers.html

Large diffs are not rendered by default.

73 changes: 1 addition & 72 deletions docs/functions/getReleaseInfoAsJson.html

Large diffs are not rendered by default.

77 changes: 1 addition & 76 deletions docs/functions/getUserRoles.html

Large diffs are not rendered by default.

77 changes: 1 addition & 76 deletions docs/functions/isChannelExist.html

Large diffs are not rendered by default.

77 changes: 1 addition & 76 deletions docs/functions/messageChannel.html

Large diffs are not rendered by default.

79 changes: 1 addition & 78 deletions docs/functions/removeUserRole.html

Large diffs are not rendered by default.

79 changes: 1 addition & 78 deletions docs/functions/updateResponse.html

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/functions/verifyKey.html

Large diffs are not rendered by default.

79 changes: 2 additions & 77 deletions docs/index.html

Large diffs are not rendered by default.

155 changes: 2 additions & 153 deletions docs/interfaces/DiscordUser.html

Large diffs are not rendered by default.

155 changes: 2 additions & 153 deletions docs/interfaces/GuildMember.html

Large diffs are not rendered by default.

87 changes: 7 additions & 80 deletions docs/modules.html

Large diffs are not rendered by default.

69 changes: 1 addition & 68 deletions docs/types/Interaction.html

Large diffs are not rendered by default.

64 changes: 1 addition & 63 deletions docs/types/MessageComponentType.html

Large diffs are not rendered by default.

83 changes: 1 addition & 82 deletions docs/types/ReleaseInfo.html

Large diffs are not rendered by default.

64 changes: 1 addition & 63 deletions docs/types/TextChannelType.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeet-framework/discord-utils",
"version": "0.2.4",
"version": "0.2.5",
"description": "Skeet Framework Plugin - Discord Utils",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -56,4 +56,4 @@
"typedoc": "0.25.3",
"typescript": "5.2.2"
}
}
}
2 changes: 1 addition & 1 deletion src/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.2.4'
export const VERSION = '0.2.5'

0 comments on commit 0b502f8

Please sign in to comment.