Skip to content

Commit

Permalink
update: release v0.2.13
Browse files Browse the repository at this point in the history
POPPIN-FUMI committed Nov 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0f48f69 commit 81030e9
Showing 50 changed files with 54 additions and 52 deletions.
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ export { getGuildMembers } from './lib/getGuildMembers';
export { deployCommands } from './lib/deployCommands';
export type { ReleaseInfo } from './lib/discordChangeLog';
export type { DiscordUser, GuildMember } from './types/DiscordUser';
export type { InteractionParams, Channel, CommandData, CommandOption, Guild, Member, User, } from './types/InteractionParams';
export type { DiscordRouterParams, Channel, CommandData, CommandOption, Guild, Member, User, ActionData, } from './types/discordRouterParams';
export type { Message, TextChannel, TextChannelType, MessageComponentType, Interaction, MessageComponentInteraction, ApplicationCommandData, } from 'discord.js';
export { InteractionResponseType, InteractionType, verifyKey, ButtonStyleTypes, MessageComponentTypes, } from 'discord-interactions';
export { ComponentType, TextInputStyle, ButtonStyle, SlashCommandBuilder, } 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.2.12";
export declare const VERSION = "0.2.13";
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/assets/search.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/SlashCommandBuilder.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.

2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 1 deletion 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/deployCommands.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.

7 changes: 4 additions & 3 deletions docs/modules.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/types/ActionData.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/types/DiscordRouterParams.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Guild.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.

1 change: 0 additions & 1 deletion docs/types/InteractionParams.html

This file was deleted.

2 changes: 1 addition & 1 deletion docs/types/Member.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 docs/types/User.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.12",
"version": "0.2.13",
"description": "Skeet Framework Plugin - Discord Utils",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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.12'
export const VERSION = '0.2.13'

0 comments on commit 81030e9

Please sign in to comment.