Add heko alias to help per the request of Parker2991

This commit is contained in:
7cc5c4f330d47060 2024-07-25 19:48:30 -04:00
parent 65c1dbf3ef
commit d0f6f0f20d

View file

@ -5,5 +5,8 @@ module.exports={
} else {
c.bot.printHelp(c.uuid,c.prefix,c.lang);
}
}
},
aliases: [
"heko" //Parker2991 request
]
}