mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
feat: minor updates to accomodate slack
This commit is contained in:
@@ -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>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user