mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-21 00:35:02 +00:00
Fix crash caused by missing !invite code parameter
This commit is contained in:
parent
8cdc1b5fd8
commit
bff718de27
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
Add a link
Reference in a new issue