Skip to content

Commit

Permalink
update: release v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Nov 13, 2023
1 parent 150b966 commit e812ac6
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion dist/lib/deployCommands.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ import { SlashCommandBuilder } from 'discord.js';
* .catch((error) => console.error(error));
* ```
*/
export declare function deployCommands(token: string, discordClientId: string, guildId: string, commands: SlashCommandBuilder[]): Promise<void>;
export declare function deployCommands(token: string, discordClientId: string, guildId: string, commands: Omit<SlashCommandBuilder, 'addSubcommand' | 'addSubcommandGroup'>): Promise<void>;
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.8";
export declare const VERSION = "0.2.9";
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.

4 changes: 2 additions & 2 deletions 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.

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.

2 changes: 1 addition & 1 deletion docs/types/ReleaseInfo.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.8",
"version": "0.2.9",
"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.8'
export const VERSION = '0.2.9'

0 comments on commit e812ac6

Please sign in to comment.