feat: allows to create a group without user
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -3997,7 +3997,7 @@ export class BaseGuildEmojiManager extends CachedManager<Snowflake, GuildEmoji,
|
||||
export class ChannelManager extends CachedManager<Snowflake, AnyChannel, ChannelResolvable> {
|
||||
private constructor(client: Client, iterable: Iterable<RawChannelData>);
|
||||
public fetch(id: Snowflake, options?: FetchChannelOptions): Promise<AnyChannel | null>;
|
||||
public createGroupDM(recipients: UserResolvable[]): Promise<GroupDMChannel>;
|
||||
public createGroupDM(recipients?: UserResolvable[]): Promise<GroupDMChannel>;
|
||||
}
|
||||
|
||||
export class RelationshipManager extends BaseManager {
|
||||
|
||||
Reference in New Issue
Block a user