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;