Skip to content

Commit

Permalink
[Fix] deleted a typo in the help command
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Nov 23, 2021
1 parent 5d2656e commit b3956fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/Misc/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function printHelpByCollection(collection, category) {
.map((command) => {
return `\`${command.data.name || command.name} :\` ${
command.data.description || command.description
}, `;
} `;
});
return commands || null;
}
Expand Down

0 comments on commit b3956fb

Please sign in to comment.