mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 21:44:48 +02:00
Send emoji image as a file
This commit is contained in:
@@ -21,6 +21,6 @@ module.exports = class EmojiImageCommand extends Command {
|
||||
}
|
||||
|
||||
run(msg, { emoji }) {
|
||||
return msg.say(emoji.url);
|
||||
return msg.say({ files: [emoji.url] });
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user