UNPKG
modern-canvacord
Version:
latest (1.0.0)
1.0.0
Easy image manipulation for discord.js bots.
modern-canvacord
/
plugins
/
renderEmoji.js
5 lines
(4 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
const
emoji =
require
(
"@canvacord/emoji-parser"
);
module
.
exports
=
async
(ctx, message, x, y) => {
return
await
emoji.
fillTextWithTwemoji
(ctx, message, x, y); };