chore: remove deprecated symbols

This commit is contained in:
Jacob Nguyen
2023-04-16 13:30:20 -05:00
parent bc4802f261
commit 458a0b978f
2 changed files with 3 additions and 35 deletions

View File

@@ -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[];
};