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 {
|
export interface IApiCreateMessage {
|
||||||
content?: string;
|
content?: string;
|
||||||
tts?: boolean;
|
tts?: boolean;
|
||||||
embeds?: IMessageEmbed;
|
embeds?: IMessageEmbed[];
|
||||||
allowed_mentions: {
|
allowed_mentions: {
|
||||||
roles?: string[];
|
roles?: string[];
|
||||||
users?: string[];
|
users?: string[];
|
||||||
|
|
Reference in a new issue