mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: type getMessage()
This commit is contained in:
@@ -227,7 +227,7 @@ export default abstract class EventWrapper<
|
||||
*
|
||||
* @returns The received message
|
||||
*/
|
||||
abstract getMessage(): any;
|
||||
abstract getMessage(): StdIncomingMessage;
|
||||
|
||||
/**
|
||||
* Return the text message received
|
||||
|
||||
Reference in New Issue
Block a user