forked from Supositware/Haha-Yes
if its webm, swf or pdf send it as link
This commit is contained in:
parent
b0fefd0203
commit
78e1457b11
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class FourchanCommand extends Command {
|
|||
.setFooter(`${boards.getName(args.board)} | ${response.threads[i].posts[0].now}`)
|
||||
.setTimestamp();
|
||||
|
||||
if (response.threads[i].posts[0].ext == '.webm') {
|
||||
if (response.threads[i].posts[0].ext == '.webm' || response.threads[i].posts[0].ext == '.pdf' || response.threads[i].posts[0].ext == '.swf') {
|
||||
message.channel.send(FourchanEmbed);
|
||||
message.channel.send(`https://i.4cdn.org/${args.board}/${response.threads[i].posts[0].tim}${response.threads[i].posts[0].ext}`);
|
||||
|
||||
|
|
Loading…
Reference in a new issue