From 689359852364a40dd119a6c39e7a77bfc2550e7d Mon Sep 17 00:00:00 2001 From: Snazzah Date: Tue, 17 Sep 2024 09:33:40 -0500 Subject: [PATCH] chore: small doc fix --- src/command.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.ts b/src/command.ts index bda4c9ea..86a086e1 100644 --- a/src/command.ts +++ b/src/command.ts @@ -148,7 +148,7 @@ export class SlashCommand { } /** - * Get a string that mentions the user. Retuens null if the ID is not collected. + * Get a string that mentions the command. Retuens null if the ID is not collected. * @param subcommands The subcommands to include in the mention. * @param guild The guild to fetch the ID from. */