diff --git a/main.py b/main.py index 5533f52..d7f3b9b 100644 --- a/main.py +++ b/main.py @@ -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: