Skip to content

Commit

Permalink
Remove deadname 💀
Browse files Browse the repository at this point in the history
  • Loading branch information
KwikKill committed Sep 9, 2024
1 parent 802ea60 commit 8138ccc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
const embed1 = new MessageEmbed()
.setColor("0xffe402")
.setTitle("1️⃣Commands :")
.setAuthor("KwikBot", client.user.avatarURL())//, 'https://github.com/KwikKill/Kwik_bot')
.setAuthor("RankUp LoL", client.user.avatarURL())//, 'https://github.com/KwikKill/Kwik_bot')
.setDescription(
"To get more information about a command, use the `help` command followed by the desired command.\n" +
'__Example__ : `/help [command]`\n'
Expand All @@ -32,7 +32,7 @@ module.exports = {
const embed2 = new MessageEmbed()
.setColor("0xffe402")
.setTitle("2️⃣ Owner Commands :")
.setAuthor("KwikBot", client.user.avatarURL())//, 'https://github.com/KwikKill/Kwik_bot')
.setAuthor("RankUp LoL", client.user.avatarURL())//, 'https://github.com/KwikKill/Kwik_bot')
.setTimestamp();


Expand Down Expand Up @@ -87,7 +87,7 @@ module.exports = {
.setColor("0xffe402")
.setTitle(cmd.name + " :")
.setDescription("`[]` : optional parameter\n`<>` : required parameter\n`<thing1 | thing2>` : select one of these options")
.setAuthor("KwikBot", client.user.avatarURL())//, 'https://github.com/KwikKill/Kwik_bot')
.setAuthor("RankUp LoL", client.user.avatarURL())//, 'https://github.com/KwikKill/Kwik_bot')
//.addFields(cmd.help)
.setTimestamp();
if (cmd.options !== undefined) {
Expand Down

0 comments on commit 8138ccc

Please sign in to comment.