mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
docs: add deprecation warning
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user