Skip to content

Commit

Permalink
[Fix] fix usage info
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Nov 3, 2021
1 parent cc861e8 commit 6b16f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/Admin/nuke.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { embedMessage } = require("../../modules/embedSimple");
module.exports = {
name: "nuke",
args: true,
usage: "nuke || nuke <channel id>",
usage: "nuke || nuke <channel id or channel name>",
description: "Deletes a text channel and recreates it with same permissions",
async run(message, args, client) {
if (!message.member.permissions.has("ADMINISTRATOR"))
Expand Down

0 comments on commit 6b16f2d

Please sign in to comment.