Skip to content

Commit

Permalink
docs(SubcommandMappings): fix messageRun example (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
SapphicMoe authored Sep 25, 2024
1 parent f61b06f commit f177359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/subcommands/src/lib/types/SubcommandMappings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export interface SubcommandMappingMethod
*
* @example
* ```typescript
* messageRun(message: Message) {
* runAdminConfig(message: Message) {
* return message.reply(`<@${message.author.id}> has been granted admin`);
* }
* ```
Expand Down

0 comments on commit f177359

Please sign in to comment.