3
0
Fork 0
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:
Dragory 2020-07-30 15:52:21 +03:00
parent 6ab531ecf0
commit 56c082da32

View file

@ -77,6 +77,6 @@ export const JumboCmd = utilityCmd({
}; };
} }
msg.channel.createMessage(null, file); msg.channel.createMessage("", file);
}, },
}); });