Skip to content

Commit

Permalink
[Enhancement] fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Oct 5, 2021
1 parent 66ed8a5 commit cf064de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion commands/Config/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
aliases: ["setup"],
description: "set custom prefix for your server",
args: true,
usage: `${prefix}prefix set <new prefix>`,
usage: `prefix || setup <new prefix>`,
async run(message, args, client, defaultPrefix) {
if (!message.member.permissions.has("MANAGE_GUILD"))
return await message.channel.send({
Expand Down
1 change: 1 addition & 0 deletions commands/Misc/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function printHelpByCollection(collection, category) {
module.exports = {
name: "help",
category: "Misc",
args: true,
aliases: ["h"],
description: "Return all commands, or one specific command",
usage: "h <category> <command>, both are optional",
Expand Down

0 comments on commit cf064de

Please sign in to comment.