mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
feat(scheduledevents): add image option (v13) (#7549)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -4790,6 +4790,7 @@ export interface GuildScheduledEventCreateOptions {
|
||||
description?: string;
|
||||
channel?: GuildVoiceChannelResolvable;
|
||||
entityMetadata?: GuildScheduledEventEntityMetadataOptions;
|
||||
image?: BufferResolvable | Base64Resolvable | null;
|
||||
reason?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user