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:
parent
edd78fc9c6
commit
9c501a8098
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ export const InviteInfoCmd = utilityCmd({
|
||||||
permission: "can_inviteinfo",
|
permission: "can_inviteinfo",
|
||||||
|
|
||||||
signature: {
|
signature: {
|
||||||
inviteCode: ct.string({ required: false }),
|
inviteCode: ct.string(),
|
||||||
},
|
},
|
||||||
|
|
||||||
async run({ message, args, pluginData }) {
|
async run({ message, args, pluginData }) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue