Add moreHelp to pfp command
This commit is contained in:
parent
f884b9bd14
commit
ea9d4450c0
1 changed files with 2 additions and 0 deletions
|
@ -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]) {
|
||||
|
|
Loading…
Add table
Reference in a new issue