mirror of
https://github.com/sern-handler/handler
synced 2026-06-26 09:42:15 +00:00
testing it on personal bot
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { Ok, Result } from 'ts-results';
|
||||
import type { Awaitable, Client, Message, MessagePayload} from 'discord.js';
|
||||
import type { MessageOptions } from 'child_process';
|
||||
import type Sern from '../..';
|
||||
|
||||
export type Visibility = "private" | "public"
|
||||
export type possibleOutput = string | MessagePayload & MessageOptions
|
||||
@@ -14,6 +15,4 @@ export type delegate = Sern.Module<unknown>["delegate"]
|
||||
export enum CommandType {
|
||||
TEXT = 0b00000001 << 0b00000001,
|
||||
SLASH = 0b00000001 << 0b00000010,
|
||||
}
|
||||
|
||||
declare class MsgHandler {}
|
||||
}
|
||||
Reference in New Issue
Block a user