3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +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 edd78fc9c6
commit 9c501a8098
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

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 }) {