From d4263b95f4315c34a4f4fee4b88a40abe35d84ef Mon Sep 17 00:00:00 2001 From: ilsyaa Date: Sat, 7 Oct 2023 13:13:01 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1update=20command=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/menu/menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/menu/menu.js b/commands/menu/menu.js index 0658819..8384246 100644 --- a/commands/menu/menu.js +++ b/commands/menu/menu.js @@ -9,7 +9,7 @@ module.exports = { text += `${m.currentPrefix}translate` text += `\n\n` text += `_👑 Author: Ilsya_\n` - text += `⚡ _Sources: www.github.com/ilsyaa_` + text += `⚡ _Sources: www.github.com/ilsyaa/velixs-bot_` return sock.sendMessage(m.from, { text: text }, { quoted: m }) }