mirror of
https://github.com/sern-handler/handler
synced 2026-06-27 18:22:14 +00:00
added arg preprocessors
This commit is contained in:
@@ -1,7 +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 '../..';
|
||||
import type { Sern } from '../../handler/sern/sern';
|
||||
|
||||
export type Visibility = "private" | "public"
|
||||
export type possibleOutput = string | MessagePayload & MessageOptions
|
||||
|
||||
Reference in New Issue
Block a user