mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +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] });
|
||||
}
|
||||
};
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "90.3.3",
|
||||
"version": "90.3.4",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user