Skip to content

Commit

Permalink
fix: update deprecated message in checkIfSubOrGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Apr 18, 2022
1 parent de2967e commit 488fbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/util/Util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class Util extends null {
/**
* Check if the type is a sub command or sub command group
* @param {ApplicationCommandType} type The type to check
* @deprecated We don't support arguments in object/array
* @deprecated We don't support checking arguments
* @returns {boolean}
*/
static checkIfSubOrGroup(type: ApplicationCommandType): boolean {
Expand Down

0 comments on commit 488fbe7

Please sign in to comment.