interface DiscordV1NodeParameters {
options?: {
allowedMentions?: string;
attachments?: string;
avatarUrl?: string;
components?: string;
embeds?: string;
flags?: number;
payloadJson?: string;
tts?: boolean;
username?: string;
};
text?: string;
webhookUri?: string;
}
Default: {}