Skip to content

Commit

Permalink
Add one break line on dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kry9toN committed Jan 22, 2021
1 parent b055dd9 commit 1c957a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
commands.forEach((cmd) => {
text += `- *${cmd.name}* ${cmd.aliases ? `(${cmd.aliases})` : ''}\n`
})
text += 'Masih bingung? ketik *!help <perintah>* akan menampilkan penggunaan perintah tersebut'
text += '\nMasih bingung? ketik *!help <perintah>* akan menampilkan penggunaan perintah tersebut'
return client.reply(text)
} else {
if (!client.cmd.has(args[0])) return client.reply('Perintah yang anda maksut tidak ada bro')
Expand Down

0 comments on commit 1c957a3

Please sign in to comment.