diff --git a/src/handler/utils/preprocessors/args.ts b/src/handler/utils/preprocessors/args.ts index 9203bb2..b8f57ad 100644 --- a/src/handler/utils/preprocessors/args.ts +++ b/src/handler/utils/preprocessors/args.ts @@ -36,7 +36,7 @@ export namespace Utils { /** * * @param {string} arg - command arguments - * @param {string} sep + * @param {string} sep - default separator = " " * @returns {Ok} */ export function toArr(arg: string, sep: string = " ") : ArgType {