Browse Source

Improve help message

master
Abheek Dhawan 4 years ago
parent
commit
ba28a8084e
  1. 8
      index.js

8
index.js

@ -301,10 +301,10 @@ async function helpMessage(message) {
.setURL('https://adat.link/awesomemod') .setURL('https://adat.link/awesomemod')
.addField(`Creator`, `ADawesomeguy#2235`) .addField(`Creator`, `ADawesomeguy#2235`)
.addField(`Prefix`, prefix) .addField(`Prefix`, prefix)
.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. <@780562707254083584> also comes with a ton of handy commands to analyze and manage your server.") .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(`Bulk delete command`, `${prefix}bulkDelete`) .addField(`Meta commands`, `Help command: \`${prefix}help\`\nAbout your server: ${prefix}aboutServer`)
.addField(`Role request command`, `${prefix}roleRequest [role]`) .addField(`Admin commands:`, `Bulk delete: \`${prefix}bulkDelete\`\nBan: \`${prefix}ban [user]\`\nKick: \`${prefix}kick [user]\`\nGive user role: \`${prefix}addRole [role]\``)
.addField(`View users with role`, `${prefix}usersWithRole [role]`) .addField(`User commands:`, `Role request: \`${prefix}roleRequest [role]\`\nView users with role: \`${prefix}usersWithRole [role]\``)
.setThumbnail(client.user.avatarURL()) .setThumbnail(client.user.avatarURL())
.setFooter(`Bot ID: ${client.user.id}`) .setFooter(`Bot ID: ${client.user.id}`)
.setColor("00c5ff") .setColor("00c5ff")

Loading…
Cancel
Save