Skip to content

Commit

Permalink
update: release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Oct 30, 2023
1 parent 9505bf8 commit e11f56b
Show file tree
Hide file tree
Showing 29 changed files with 371 additions and 38 deletions.
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export { deferResponse } from './lib/deferResponse';
export { updateResponse } from './lib/updateResponse';
export { removeUserRole } from './lib/removeUserRole';
export { addRoleToUser } from './lib/addRoleToUser';
export type { Message, TextChannel, TextChannelType, MessageComponentType, ButtonStyle, InteractionType, InteractionResponseType, Interaction, MessageComponentInteraction, } from 'discord.js';
export type { Message, TextChannel, TextChannelType, MessageComponentType, ComponentType, TextInputStyle, ButtonStyle, InteractionType, InteractionResponseType, Interaction, MessageComponentInteraction, } from 'discord.js';
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.1.1";
export declare const VERSION = "0.1.2";
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.

5 changes: 4 additions & 1 deletion docs/classes/Message.html

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions docs/classes/MessageComponentInteraction.html

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion docs/classes/TextChannel.html

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion docs/enums/ButtonStyle.html

Large diffs are not rendered by default.

172 changes: 172 additions & 0 deletions docs/enums/ComponentType.html

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion docs/enums/InteractionResponseType.html

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion docs/enums/InteractionType.html

Large diffs are not rendered by default.

94 changes: 94 additions & 0 deletions docs/enums/TextInputStyle.html

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions docs/functions/addRoleToUser.html

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions docs/functions/createPrivateChannel.html

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions docs/functions/createTextChannel.html

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions docs/functions/deferResponse.html

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions docs/functions/deleteChannel.html

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions docs/functions/getUserRoles.html

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions docs/functions/isChannelExist.html

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions docs/functions/messageChannel.html

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions docs/functions/removeUserRole.html

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions docs/functions/updateResponse.html

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion docs/index.html

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion docs/modules.html

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion docs/types/Interaction.html

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions docs/types/MessageComponentType.html

Large diffs are not rendered by default.

5 changes: 4 additions & 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.1.1",
"version": "0.1.2",
"description": "Skeet Framework Plugin - Discord Utils",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export type {
TextChannel,
TextChannelType,
MessageComponentType,
ComponentType,
TextInputStyle,
ButtonStyle,
InteractionType,
InteractionResponseType,
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.1.1'
export const VERSION = '0.1.2'

0 comments on commit e11f56b

Please sign in to comment.