fix: whoops its an array not an object
This commit is contained in:
parent
b5660cf657
commit
8f2abedef0
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export interface IRequestOptions {
|
|||
export interface IApiCreateMessage {
|
||||
content?: string;
|
||||
tts?: boolean;
|
||||
embeds?: IMessageEmbed;
|
||||
embeds?: IMessageEmbed[];
|
||||
allowed_mentions: {
|
||||
roles?: string[];
|
||||
users?: string[];
|
||||
|
|
Reference in a new issue