mirror of
https://github.com/sern-handler/handler
synced 2026-06-18 05:42:15 +00:00
add wrapper platform field
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import type { Dependencies } from '../../types/handler';
|
||||
import { PlatformStrategy } from '../platform/strategy';
|
||||
|
||||
/**
|
||||
* @since 1.0.0
|
||||
@@ -6,6 +7,7 @@ import type { Dependencies } from '../../types/handler';
|
||||
* @typedef {object} Wrapper
|
||||
*/
|
||||
interface Wrapper {
|
||||
readonly platform: PlatformStrategy;
|
||||
readonly defaultPrefix?: string;
|
||||
readonly commands: string;
|
||||
readonly events?: string;
|
||||
|
||||
Reference in New Issue
Block a user