From b02ee83368e7887979ab81e5bced014317190fc9 Mon Sep 17 00:00:00 2001 From: Ali Zemani Date: Fri, 30 Aug 2024 00:09:34 +0330 Subject: [PATCH] menu order --- src/bot/commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot/commands.ts b/src/bot/commands.ts index 0b03d62..4cbc12a 100644 --- a/src/bot/commands.ts +++ b/src/bot/commands.ts @@ -24,8 +24,8 @@ import { createReplyKeyboard } from "./actions"; // Main menu keyboard used across various commands const mainMenu = new Keyboard() - .text("دریافت لینک") .text("درباره و حریم خصوصی") + .text("دریافت لینک") .resized(); /**