Skip to content

Commit

Permalink
✔ Updated with compatibility to all new Commands
Browse files Browse the repository at this point in the history
  • Loading branch information
iamAlex107 authored Jul 8, 2021
1 parent 64c476e commit 7fafcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/info/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {

let embed3 = new Discord.MessageEmbed()
.setTitle(`Moderation`)
.setDescription(`<a:Arrow:851020973690978324> **ban** --> Ban's the targeted User !\n<a:Arrow:851020973690978324> **kick** --> Kick's the targeted User !\n<a:Arrow:851020973690978324> **mute** --> Mute's the targeted User !\n<a:Arrow:851020973690978324> **say** --> Send's the provided message! (alias: **msg**)\n<a:Arrow:851020973690978324> **purge** --> Delete the amount of messages you want (alias: **prune**)`)
.setDescription(`<a:Arrow:851020973690978324> **ban** --> Ban's the targeted User !\n<a:Arrow:851020973690978324> **kick** --> Kick's the targeted User !\n<a:Arrow:851020973690978324> **mute** --> Mute's the targeted User !\n<a:Arrow:851020973690978324> **unmute** --> Unmute's the targeted User !\n<a:Arrow:851020973690978324> **say** --> Send's the provided message! (alias: **msg**)\n<a:Arrow:851020973690978324> **purge** --> Delete the amount of messages you want (alias: **prune**)`)
.setColor(`#f54a00`)
.setFooter(`Made with 💚 by iamAlex#1306`, message.author.displayAvatarURL({ dynamic: true }))
.setTimestamp()
Expand Down

0 comments on commit 7fafcf0

Please sign in to comment.