From 935a2cf9031e426572baa697cb640e8243ada4b6 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Fri, 25 Feb 2022 01:03:54 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B8=D0=B5=20=D0=B8?= =?UTF-8?q?=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/Fun/lmg.js | 2 +- commands/General/permissions.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/Fun/lmg.js b/commands/Fun/lmg.js index ebef62e2..1efe96c8 100644 --- a/commands/Fun/lmg.js +++ b/commands/Fun/lmg.js @@ -21,7 +21,7 @@ class Lmg extends Command { if (!question) return message.error("fun/lmg:MISSING"); const encodedQuestion = question.replace(/[' '_]/g, "+"); await message.reply({ - content: `https://google.gik-team.com/?q=${encodedQuestion}` + content: `` }); message.delete().catch(() => {}); } diff --git a/commands/General/permissions.js b/commands/General/permissions.js index c057dac7..de3c1ef0 100644 --- a/commands/General/permissions.js +++ b/commands/General/permissions.js @@ -27,7 +27,7 @@ class Permissions extends Command { allowed: 0 }; - let text = `${message.translate("general/permissions:TITLE", { user: member.user.username, channel: message.channel.name })}\n\n`; + let text = `**${message.translate("general/permissions:TITLE", { user: member.user.username, channel: message.channel.name })}**\n`; permissions.forEach((perm) => { if (perm === "REQUEST_TO_SPEAK") return;