mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Prevent crash when using !emoji with no args (#221)
This commit is contained in:
parent
e8d1d0fdcc
commit
0204ed737a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ export const EmojiInfoCmd = utilityCmd({
|
|||
permission: "can_emojiinfo",
|
||||
|
||||
signature: {
|
||||
emoji: ct.string({ required: false }),
|
||||
emoji: ct.string({ required: true }),
|
||||
},
|
||||
|
||||
async run({ message, args, pluginData }) {
|
||||
|
|
Loading…
Add table
Reference in a new issue