Skip to content

Commit

Permalink
Fixed a typo, ups!
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Nov 25, 2021
1 parent b0a759e commit a8a3f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/Config/leavechannel.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
name: "leavechannel",
description: "Sets a custom leave channel instead of the default channel!",
args: true,
usage: `leavechannel add <channel name || channel mention || channel id> || leave remove <channel name || channel mention || channel id>`,
usage: `leavechannel add <channel name || channel mention || channel id> || leavechannel remove <channel name || channel mention || channel id>`,
async run(message, args, client, defaultPrefix) {
if (
!message.member.permissions.has("MANAGE_GUILD") ||
Expand Down
2 changes: 1 addition & 1 deletion commands/Config/welcomechannel.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
name: "welcomechannel",
description: "Sets a custom welcome channel instead of the default channel!",
args: true,
usage: `welcomechannel add <channel name || channel mention || channel id> || welcome remove <channel name || channel mention || channel id>`,
usage: `welcomechannel add <channel name || channel mention || channel id> || welcomechannel remove <channel name || channel mention || channel id>`,
async run(message, args, client, defaultPrefix) {
if (
!message.member.permissions.has("MANAGE_GUILD") ||
Expand Down

0 comments on commit a8a3f7b

Please sign in to comment.