mirror of
https://github.com/sern-handler/handler
synced 2026-06-27 02:02:14 +00:00
chore: remove deprecated symbols
This commit is contained in:
@@ -10,12 +10,11 @@ interface Wrapper {
|
||||
readonly platform: PlatformStrategy;
|
||||
/**
|
||||
* @deprecated
|
||||
* Add defaultprefix to platform field instead
|
||||
* Add defaultPrefix to platform field instead
|
||||
*/
|
||||
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