You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
649 B
13 lines
649 B
diff --git a/node_modules/slash-create/lib/structures/interfaces/messageInteraction.d.ts b/node_modules/slash-create/lib/structures/interfaces/messageInteraction.d.ts
|
|
index df895c3..f2a5878 100644
|
|
--- a/node_modules/slash-create/lib/structures/interfaces/messageInteraction.d.ts
|
|
+++ b/node_modules/slash-create/lib/structures/interfaces/messageInteraction.d.ts
|
|
@@ -132,7 +132,7 @@ export interface EditMessageOptions {
|
|
/** A file within {@link EditMessageOptions}. */
|
|
export interface MessageFile {
|
|
/** The attachment to send. */
|
|
- file: Buffer;
|
|
+ file: Blob | Uint8Array | File;
|
|
/** The name of the file. */
|
|
name: string;
|
|
}
|
|
|