Skip to content

Commit

Permalink
[Enhancement] Updated the help message
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Nov 23, 2021
1 parent 4a46129 commit 5d2656e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion commands/Misc/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ module.exports = {
const embed = {
color: "#9dcc37",
title: `${client.user.username}'s ${searchCommand} Commands!`,
description: `${commandsperCategory.join("\n")}`,
description: `${commandsperCategory.join(
"\n"
)}\n\n Use \`${prefix}h command name\` to get more info about a command!\n`,
timestamp: new Date(),
footer: {
text: `Requested by ${message.member.user.username}`,
Expand Down

0 comments on commit 5d2656e

Please sign in to comment.