Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eYuM-coder committed Oct 13, 2024
2 parents 9051586 + 3a97a09 commit acfcae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions .vscode/tasks.json

This file was deleted.

4 changes: 2 additions & 2 deletions src/commands/moderation/warn.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ module.exports = class extends Command {
description:
"Gives a warning to the specified user from your Discord server.",
category: "Moderation",
usage: "<user> [reason] [time]",
examples: ["warn @Peter Please do not swear."],
usage: "<user> [time] [reason]",
examples: ["warn @user Please do not swear."],
guildOnly: true,
userPermission: ["KICK_MEMBERS"],
});
Expand Down

0 comments on commit acfcae7

Please sign in to comment.