Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
Update help.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko93s authored Jul 24, 2020
1 parent 30c7c30 commit dea25e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/Info/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function getAll(client, message) { //old help main page below-----------
.setThumbnail(client.user.displayAvatarURL)
/* Admin */.addField(":no_entry_sign: Admin", "addchannel, broadcast, giveaway, poll, setup")
/* Bot */.addField(":robot: Bot", "botinfo, bugreport, invite, project, website")
/* Fun */.addField(":game_die: Fun", "8ball, flipcoin, rockpaperscissors, ship, slotmachine, suicide, wouldyourather")
/* Fun */.addField(":game_die: Fun", "8ball, flipcoin, rockpaperscissors, ship, slotmachine, suicide")
/* Info */.addField(":information_source: Info", "avatar, help, serveremojis, serverinfo, whois")
/* Moderation */.addField(":hammer: Moderation", "ban, kick, mute, purge, report, say, ticket, unmute")
/* Music */.addField(":musical_note: Music", "play, skip, playskip, pause, resume, stop, nowplaying, queue, summon, volume")
Expand Down Expand Up @@ -74,4 +74,4 @@ function getCMD(client, message, input) {
if (cmd.permission) info += `\n\n**Permission**: \`\`\`${cmd.permission}\`\`\``;

return message.channel.send(embed.setColor("GREEN").setTitle(`**${cmd.name}**`).setDescription(info));
}
}

0 comments on commit dea25e8

Please sign in to comment.