Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy committed May 21, 2024
1 parent 196234d commit c46bf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async def capture():
asyncio.create_task(capture()) # noinspection PyTypeChecker


@bot.command(name="add", desc="إضافة طلبك")
@bot.command(name="add", desc="*إضافة طلبك")
async def add_command(update: Update, context: ContextTypes.DEFAULT_TYPE):
order = " ".join(context.args)
if not order:
Expand Down

0 comments on commit c46bf17

Please sign in to comment.