mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
Fix !jumbo outputting 'null'
This commit is contained in:
parent
b1f4967938
commit
1098b1698c
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