mirror of
https://github.com/sern-handler/handler
synced 2026-06-17 21:32:14 +00:00
chore: move operators into core
This commit is contained in:
@@ -3,7 +3,6 @@ import type { Processed } from '../../types/handler';
|
||||
import { ApplicationCommandType, ComponentType } from './enums';
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @since 2.0.0
|
||||
* Storing all command modules
|
||||
|
||||
@@ -9,6 +9,7 @@ interface Wrapper {
|
||||
readonly defaultPrefix?: string;
|
||||
readonly commands: string;
|
||||
readonly events?: string;
|
||||
readonly strategy: PlatformStrategy;
|
||||
readonly containerConfig: {
|
||||
get: (...keys: (keyof Dependencies)[]) => unknown[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user