Fix double thing in embed
This commit is contained in:
parent
f4d08aa875
commit
e056af182e
1 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ module.exports = {
|
|||
commands = commands + `${element}\n`
|
||||
});
|
||||
} else {
|
||||
commands = command.description;
|
||||
//commands = command.description;
|
||||
noHelp = 1;
|
||||
}
|
||||
break;
|
||||
|
@ -68,9 +68,9 @@ module.exports = {
|
|||
message.channel.send({embeds :[embed]});
|
||||
}
|
||||
else {
|
||||
embed.addFields(
|
||||
/*embed.addFields(
|
||||
{name: "Help", value: commands}
|
||||
)
|
||||
)*/
|
||||
message.channel.send({embeds :[embed]})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue