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.
14 lines
649 B
14 lines
649 B
2 years ago
|
diff --git a/node_modules/slash-create/lib/structures/interfaces/messageInteraction.d.ts b/node_modules/slash-create/lib/structures/interfaces/messageInteraction.d.ts
|
||
2 years ago
|
index df895c3..f2a5878 100644
|
||
2 years ago
|
--- a/node_modules/slash-create/lib/structures/interfaces/messageInteraction.d.ts
|
||
|
+++ b/node_modules/slash-create/lib/structures/interfaces/messageInteraction.d.ts
|
||
2 years ago
|
@@ -132,7 +132,7 @@ export interface EditMessageOptions {
|
||
2 years ago
|
/** 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;
|
||
|
}
|