mirror of
https://github.com/sern-handler/handler
synced 2026-06-20 06:42:14 +00:00
deprecate a few things that i impusively added lol
This commit is contained in:
@@ -19,7 +19,14 @@ export interface ModuleManager extends MetadataAccess {
|
||||
get(id: string): Module | undefined;
|
||||
|
||||
set(id: string, path: Module): void;
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
getPublishableCommands(): CommandModule[];
|
||||
|
||||
/*
|
||||
* @deprecated
|
||||
*/
|
||||
getByNameCommandType<T extends CommandType>(
|
||||
name: string,
|
||||
commandType: T,
|
||||
|
||||
Reference in New Issue
Block a user