Skip to content

Commit f177359

Browse files
authored
docs(SubcommandMappings): fix messageRun example (#631)
1 parent f61b06f commit f177359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/subcommands/src/lib/types/SubcommandMappings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export interface SubcommandMappingMethod
6464
*
6565
* @example
6666
* ```typescript
67-
* messageRun(message: Message) {
67+
* runAdminConfig(message: Message) {
6868
* return message.reply(`<@${message.author.id}> has been granted admin`);
6969
* }
7070
* ```

0 commit comments

Comments
 (0)