parent
cbb0cc03d8
commit
56df5dcea3
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ module.exports = {
|
||||||
}
|
}
|
||||||
commands = commands.replace(regex, prefix)
|
commands = commands.replace(regex, prefix)
|
||||||
embed.addFields(
|
embed.addFields(
|
||||||
{ name: " ", value: commands },
|
{ name: "General", value: commands },
|
||||||
)
|
)
|
||||||
if(noHelp == 0)
|
if(noHelp == 0)
|
||||||
message.channel.send({embeds :[embed]});
|
message.channel.send({embeds :[embed]});
|
||||||
|
|
Loading…
Add table
Reference in a new issue