edited help message trigger for updatePropic

This commit is contained in:
Aster Fialla
2026-02-19 01:45:43 -05:00
parent 2e0a8adec5
commit 7a3b8c1994

View File

@@ -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;