mirror of
https://github.com/sern-handler/handler
synced 2026-06-28 02:32:15 +00:00
add deprecation warning
This commit is contained in:
@@ -8,6 +8,10 @@ import { PlatformStrategy } from '../platform/strategy';
|
||||
*/
|
||||
interface Wrapper {
|
||||
readonly platform: PlatformStrategy;
|
||||
/**
|
||||
* @deprecated
|
||||
* Add defaultprefix to platform field instead
|
||||
*/
|
||||
readonly defaultPrefix?: string;
|
||||
readonly commands: string;
|
||||
readonly events?: string;
|
||||
|
||||
Reference in New Issue
Block a user