Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko93s authored Dec 17, 2020
1 parent b06ecbf commit 7f3f7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/Moderation/mute.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
name: "mute",
category: "Moderation",
description: "Mute a member",
usage: "mute <mention> <reason>\n**e.g.**\n\`mute @mirko93s reason\`\n> will mute mirko93s\n> The mute will be logged in the punishments channel",
usage: "mute <mention> <duration> <reason>\n**e.g.**\n\`mute @mirko93s 2d reason\`\n> will mute mirko93s for 2 days\n> The mute will be logged in the punishments channel",
permission: "MANAGE_ROLES",
run: async (client, msg, arg) => {
if (client.settings.get(msg.guild.id, "autodeletecmds") === "true") msg.delete();
Expand Down

0 comments on commit 7f3f7df

Please sign in to comment.