docs: add deprecation warning

This commit is contained in:
Jacob Nguyen
2023-04-15 12:16:35 -05:00
parent 21febd2c90
commit 52bcba9cfc

View File

@@ -6,6 +6,10 @@ import type { Dependencies } from '../../types/handler';
* @typedef {object} Wrapper
*/
interface Wrapper {
/**
* @deprecated
* This will be moved to a new field in 3.0.0
*/
readonly defaultPrefix?: string;
readonly commands: string;
readonly events?: string;