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. */