diff --git a/src/helpers/memberHelper.js b/src/helpers/memberHelper.js index df8eafd..a8f589c 100644 --- a/src/helpers/memberHelper.js +++ b/src/helpers/memberHelper.js @@ -206,7 +206,7 @@ mh.updateProxy = async function (authorId, args) { * @throws {Error} When loading the profile picture from a URL doesn't work. */ mh.updatePropic = async function (authorId, args, attachmentUrl, attachmentExpiry = null) { - if (args[1] && args[1] === "--help") { + if (args[2] && args[2] === "--help") { return enums.help.PROPIC; } let img;