Skip to content

Commit

Permalink
Update syntax error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekuruu committed Feb 19, 2024
1 parent 365fb4d commit a73026a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/commands/link.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async def create_account(context: Context):

if not context.args:
await context.message.channel.send(
'Please type in a username!',
'Invalid syntax: `!link <username>`',
reference=context.message,
mention_author=True
)
Expand Down

0 comments on commit a73026a

Please sign in to comment.