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

Fix crash caused by missing !invite code parameter

This commit is contained in:
Dragory 2021-05-03 18:29:33 +03:00
parent 8cdc1b5fd8
commit bff718de27

View file

@ -11,7 +11,7 @@ export const InviteInfoCmd = utilityCmd({
permission: "can_inviteinfo",
signature: {
inviteCode: ct.string({ required: false }),
inviteCode: ct.string(),
},
async run({ message, args, pluginData }) {