#pls help
1 messages · Page 1 of 1 (latest)
send code
@analog spruce
ok
https://codeshare.io/j0v6rR - help.js
https://codeshare.io/AdEQ8x - index.js
@analog spruce here
did user give any args
yeah
if user types
!help server
bot will send information of manage server command
you are missing a return in your if (!args[0])
if (!args[0]) return await message.channel.send({ embeds: [helpEmbed] })
like this?