diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 4b91789..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "version": "2.0.0", - "tasks": [ - { - "type": "npm", - "script": "install", - "group": "clean", - "problemMatcher": [], - "label": "npm: install", - "detail": "install dependencies from package" - } - ] -} \ No newline at end of file diff --git a/src/commands/moderation/warn.js b/src/commands/moderation/warn.js index e291f5b..f552303 100644 --- a/src/commands/moderation/warn.js +++ b/src/commands/moderation/warn.js @@ -15,8 +15,8 @@ module.exports = class extends Command { description: "Gives a warning to the specified user from your Discord server.", category: "Moderation", - usage: " [reason] [time]", - examples: ["warn @Peter Please do not swear."], + usage: " [time] [reason]", + examples: ["warn @user Please do not swear."], guildOnly: true, userPermission: ["KICK_MEMBERS"], });