Skip to content

Commit

Permalink
[Fix] fixed the usage info
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Nov 2, 2021
1 parent 9212208 commit 929d7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/Config/dj.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
name: "dj",
description: "Set DJ Role",
args: true,
usage: `dj set <role>`,
usage: `dj set || delete <role>`,
async run(message, args, client, defaultPrefix) {
if (!message.member.permissions.has("MANAGE_GUILD"))
return await message.channel.send({
Expand Down

0 comments on commit 929d7e7

Please sign in to comment.