mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-19 16:05:01 +00:00
Fix !jumbo outputting 'null'
This commit is contained in:
parent
6ab531ecf0
commit
56c082da32
1 changed files with 1 additions and 1 deletions
|
@ -77,6 +77,6 @@ export const JumboCmd = utilityCmd({
|
|||
};
|
||||
}
|
||||
|
||||
msg.channel.createMessage(null, file);
|
||||
msg.channel.createMessage("", file);
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue