From 4f4bf5619441ce18aceffa0dd46c92bcf20d3b02 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Sun, 4 Apr 2021 22:46:09 -0500 Subject: [PATCH] Remove invite link from help message --- bot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.js b/bot.js index 6acb99c..8515be5 100644 --- a/bot.js +++ b/bot.js @@ -521,7 +521,6 @@ async function kick(message) { async function helpMessage(message) { const helpEmbed = new Discord.MessageEmbed() .setTitle(`Helping \`${message.author.tag}\``) - .setURL('https://adat.link/awesomemod') .addField(`Creator`, `ADawesomeguy#2235`, true) .addField(`Prefix`, `\`${prefix}\``, true) .addField(`Using the bot`, `To use this bot, first make sure it has admin permissions. If it doesn't, you will 😢. To run a command, prefix it with \`${prefix}\`. One of the most useful things this bot brings to the table is the logging. To enable logging, you can run the command \`${prefix}startLogs\`. Another useful feature is the role request feature. Anyone can simply run the command \`${prefix}roleRequest [role]\`, and an admin can approve it or decline it. Additionally, there's now also a külboard, which will allow messages with a sufficient amount of 😎 reactions to be posted in a special read-only channel`)