From ea9d4450c012de328611bc5ffd90d87a81bcadf9 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sat, 26 Jun 2021 13:54:33 +0200 Subject: [PATCH] Add moreHelp to pfp command --- commands/pfp.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/pfp.js b/commands/pfp.js index dd6de97..9b9d5e7 100644 --- a/commands/pfp.js +++ b/commands/pfp.js @@ -3,6 +3,8 @@ const parseMention = require("../util/parseMention.js") module.exports = { name: 'pfp', description: 'Returns profile picture', + moreHelp: ["Returns your profile picture if no arguments are provided", + "Argument can be username, nickname, userid, and mention"], execute({message, args}) { let info; if (!args[0]) {