diff --git a/commands/fun/4chan.js b/commands/fun/4chan.js
index 0e55b4ea..2460bc6a 100644
--- a/commands/fun/4chan.js
+++ b/commands/fun/4chan.js
@@ -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}`);