3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 00:05:04 +00:00

!avatar: user argument is no longer required, fixes #105

This commit is contained in:
Dragory 2020-08-19 00:53:59 +03:00
parent c7639ad5a5
commit 0e02c24aca

View file

@ -10,7 +10,7 @@ export const AvatarCmd = utilityCmd({
permission: "can_avatar",
signature: {
user: ct.resolvedUserLoose(),
user: ct.resolvedUserLoose({ required: false }),
},
async run({ message: msg, args, pluginData }) {