From a6377434a7db5a9f3b21866f3eeede84b797387d Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Sat, 3 Apr 2021 11:51:39 -0500 Subject: [PATCH] Change help message to accommodate for the new features --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 71ef82c..60460aa 100644 --- a/index.js +++ b/index.js @@ -335,9 +335,9 @@ async function helpMessage(message) { .setURL('https://adat.link/awesomemod') .addField(`Creator`, `ADawesomeguy#2235`, true) .addField(`Prefix`, `\`${prefix}\``, true) - .addField(`Using the bot`, "Once <@780562707254083584> joins the server, it will create a category called `Awesome Mod` and two channels within it. One is for regular members to request roles (called `#role-requests`) and the other is for bot logs (`#bot-logs`). These can be renamed and moved around but should not be deleted. If one of them does end up getting deleted, just kick and re-add the bot to add new, functioning versions of these channels.<@780562707254083584> also comes with a ton of handy commands to analyze and manage your server.") + .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 and admin can approve it or decline it.`) .addField(`Meta commands:`, `Help command: \`${prefix}help\`\nAbout your server: \`${prefix}aboutServer\``) - .addField(`Admin commands:`, `Bulk delete: \`${prefix}bulkDelete\`\nBan: \`${prefix}ban [user]\`\nKick: \`${prefix}kick [user]\`\nGive user role: \`${prefix}addRole [role]\``) + .addField(`Admin commands:`, `Add logs channel: \`${prefix}startLogs\`\nBulk delete: \`${prefix}bulkDelete\`\nBan: \`${prefix}ban [user]\`\nKick: \`${prefix}kick [user]\`\nGive user role: \`${prefix}addRole [role]\``) .addField(`User commands:`, `Role request: \`${prefix}roleRequest [role]\`\nView users with role: \`${prefix}usersWithRole [role]\`\nUser info: \`${prefix}userInfo [user]\``) .setThumbnail(client.user.avatarURL()) .setFooter(`Bot ID: ${client.user.id}`)