mirror of
https://github.com/sern-handler/handler
synced 2026-06-21 07:12:15 +00:00
update typing to support interactions
This commit is contained in:
@@ -16,6 +16,6 @@ export type MessagePackage = {
|
||||
export type delegate = Sern.Module<unknown>["delegate"]
|
||||
|
||||
export enum CommandType {
|
||||
TEXT = 1 << 1,
|
||||
SLASH = 1 << 2,
|
||||
TEXT = 2,
|
||||
SLASH = 4,
|
||||
}
|
||||
Reference in New Issue
Block a user