We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4824a76 commit 4ef4e3bCopy full SHA for 4ef4e3b
src/types.ts
@@ -25,9 +25,11 @@ export interface BotEvent {
25
export interface QueueItem {
26
uuid: string // Unique queue uuid
27
seed: number // RNG
28
+ messageId?: string // Discord main message snowflake ID.
29
interaction: ChatInputCommandInteraction
30
discordCaller: string // Snowflake of caller for command
31
prediction: {
32
+ isLegacy?: true // Was this triggered by the legacy imagine command?
33
prompt: string // Prompt text
34
width: number // Image size, min 64
35
height: number // Image size, min 64
0 commit comments