Update to discord.js v13.8.0, adding support for text-in-voice
This commit is contained in:
parent
ba78103807
commit
b05fbe1d04
32 changed files with 151 additions and 149 deletions
|
@ -6,8 +6,10 @@ import {
|
|||
Guild,
|
||||
GuildAuditLogs,
|
||||
GuildAuditLogsEntry,
|
||||
GuildBasedChannel,
|
||||
GuildChannel,
|
||||
GuildMember,
|
||||
GuildTextBasedChannel,
|
||||
Invite,
|
||||
InviteGuild,
|
||||
LimitedCollection,
|
||||
|
@ -1085,7 +1087,7 @@ export type CustomEmoji = {
|
|||
id: string;
|
||||
} & Emoji;
|
||||
|
||||
export type UserNotificationMethod = { type: "dm" } | { type: "channel"; channel: TextChannel | ThreadChannel };
|
||||
export type UserNotificationMethod = { type: "dm" } | { type: "channel"; channel: GuildTextBasedChannel };
|
||||
|
||||
export const disableUserNotificationStrings = ["no", "none", "off"];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue