forked from Supositware/Haha-Yes
images send as file not as link
This commit is contained in:
parent
87cefddd02
commit
47518307ca
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ module.exports = class DespacitoCommand extends Command {
|
|||
|
||||
async run(message) {
|
||||
message.say("DES\nPA\nCITO");
|
||||
message.say("https://images-eu.ssl-images-amazon.com/images/I/619fzjO1rmL._SS500.jpg");
|
||||
message.say("https://cdn.dopl3r.com/memes_files/despacito-eS6Lm.jpg");
|
||||
message.channel.send({files: ["https://images-eu.ssl-images-amazon.com/images/I/619fzjO1rmL._SS500.jpg"]});
|
||||
message.channel.send({files: ["https://cdn.dopl3r.com/memes_files/despacito-eS6Lm.jpg"]});
|
||||
message.say("https://www.youtube.com/watch?v=kJQP7kiw5Fk");
|
||||
}
|
||||
};
|
Loading…
Reference in a new issue