mirror of
https://github.com/sern-handler/handler
synced 2026-06-20 23:02:15 +00:00
remove id from lifted Context
This commit is contained in:
@@ -6,7 +6,6 @@ export abstract class Context<Left, Right> {
|
||||
|
||||
abstract get message(): Left;
|
||||
abstract get interaction(): Right;
|
||||
abstract get id(): string;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user