3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 20:35:02 +00:00

Fix !jumbo outputting 'null'

This commit is contained in:
Dragory 2020-07-30 15:52:21 +03:00
parent b1f4967938
commit 1098b1698c
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

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