feat: minor updates to accomodate slack

This commit is contained in:
Mohamed Marrouchi
2024-12-16 12:10:45 +01:00
parent b8d8bfeaa6
commit df8904c46a
5 changed files with 49 additions and 16 deletions

View File

@@ -32,4 +32,6 @@ export abstract class BaseStoragePlugin extends BasePlugin {
abstract download(attachment: Attachment): Promise<StreamableFile>;
abstract downloadProfilePic(name: string): Promise<StreamableFile>;
readAsBuffer?(attachment: Attachment): Promise<Buffer>;
}