Skip to content

Commit

Permalink
Update Discord.js to version 14.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haykam821 committed Dec 16, 2023
1 parent e75ad79 commit 7b3d362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"caporal": "^1.2.0",
"chalk": "^2.4.1",
"debug": "^4.1.1",
"discord.js": "^14.11.0",
"discord.js": "^14.14.1",
"fs-extra": "^6.0.1",
"open": "^6.3.0",
"read-pkg": "^5.2.0",
Expand Down
1 change: 1 addition & 0 deletions src/utils/channel-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const types: Record<ChannelType, string> = {
[ChannelType.GuildStageVoice]: "stage",
[ChannelType.GuildDirectory]: "directory",
[ChannelType.GuildForum]: "forum",
[ChannelType.GuildMedia]: "media",
};

export function getChannelType(channel: BaseChannel): string {
Expand Down

0 comments on commit 7b3d362

Please sign in to comment.