Skip to content

Commit

Permalink
chore: fix register error comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Oct 4, 2024
1 parent d57398f commit 1474e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/features/commands/private-chat/register.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ feature.command("register", logHandle("command-register"), chatAction("typing"),
const githubUsername = ctx.message?.text?.split(" ")[1];

if (!githubUsername) {
await ctx.reply("Please provide your GitHub username like this: /register <GitHubUsername>");
await ctx.reply("Please provide your GitHub username like this: /register username");
return;
}

Expand Down

0 comments on commit 1474e54

Please sign in to comment.