Skip to content

Commit

Permalink
Merge pull request #68 from Peter-MJ-Parker/patch-2
Browse files Browse the repository at this point in the history
chore: edit response
  • Loading branch information
jacoobes authored Jun 14, 2024
2 parents 0b4d07b + acfc6d9 commit 2dae930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/walkthrough/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default commandModule({
],
execute: (ctx, [, args]) => {
const cheese = args.getString('list', true);
ctx.reply('selected cheese');
ctx.reply('selected: ' + cheese);
}
})

Expand Down

0 comments on commit 2dae930

Please sign in to comment.