Skip to content

Commit

Permalink
update: release v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Nov 13, 2023
1 parent 6a345d6 commit 0b28f2d
Show file tree
Hide file tree
Showing 38 changed files with 97 additions and 78 deletions.
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +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 { InteractionResponseType, InteractionType, verifyKey, } from 'discord-interactions';
export { InteractionResponseType, InteractionType, verifyKey, ButtonStyleTypes, MessageComponentTypes, } from 'discord-interactions';
export { ComponentType, TextInputStyle, ButtonStyle } from 'discord.js';
82 changes: 41 additions & 41 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.5";
export declare const VERSION = "0.2.6";
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.

2 changes: 1 addition & 1 deletion docs/classes/Message.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/classes/MessageComponentInteraction.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/classes/TextChannel.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/ButtonStyle.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions docs/enums/ButtonStyleTypes.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/ComponentType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/InteractionResponseType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/InteractionType.html

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions docs/enums/MessageComponentTypes.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/TextInputStyle.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/addRoleToUser.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/createPrivateChannel.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/createTextChannel.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/deferResponse.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/deleteChannel.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/discordChangeLog.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/getGuildMembers.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/getReleaseInfoAsJson.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/getUserRoles.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/isChannelExist.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/messageChannel.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/removeUserRole.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/updateResponse.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/verifyKey.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion docs/modules.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Interaction.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/MessageComponentType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/ReleaseInfo.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/TextChannelType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeet-framework/discord-utils",
"version": "0.2.5",
"version": "0.2.6",
"description": "Skeet Framework Plugin - Discord Utils",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
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.5'
export const VERSION = '0.2.6'

0 comments on commit 0b28f2d

Please sign in to comment.