adding currently saved gifs

This commit is contained in:
= 2021-07-09 18:01:42 -04:00
parent b120ed9f46
commit b6aaff4d70
43 changed files with 146 additions and 10 deletions

4
.gitignore vendored
View File

@ -3,8 +3,8 @@
.eslintrc.json
# Custom folders
gifs/*
pastas/*
# gifs/*
# pastas/*
# Logs
logs

View File

@ -1,4 +1,4 @@
module.exports = {
name: 'bobsaget',
embed_url: 'https://tenor.com/view/bob-saget-tourettes-mad-angry-gif-8840899'
embed_url: 'https://tenor.com/view/bob-saget-tourettes-mad-angry-gif-8840899.gif'
}

4
gifs/cosmicvag.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'cosmicvag',
embed_url: 'https://giphy.com/embed/l0exi00pvkaynyhlg.gif'
}

4
gifs/cricket.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'cricket',
embed_url: 'https://tenor.com/view/crickets-crickets-chirping-silence-awkward-silence-gif-5319192.gif'
}

View File

@ -1,4 +1,4 @@
module.exports = {
name: 'cumb',
embed_url: 'https://tenor.com/view/sperm-gif-gif-13292476'
embed_url: 'https://tenor.com/view/sperm-gif-gif-13292476.gif'
}

View File

@ -1,4 +1,4 @@
module.exports = {
name: "dab",
embed_url: "https://giphy.com/embed/lae7QSMFxEkkE"
embed_url: "https://giphy.com/embed/lae7QSMFxEkkE.gif"
}

View File

@ -1,4 +1,4 @@
module.exports = {
name: 'deeznuts',
embed_url: 'https://giphy.com/embed/z0XEX0BeuPGmY'
embed_url: 'https://giphy.com/embed/z0XEX0BeuPGmY.gif'
}

4
gifs/fingerme.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'fingerme',
embed_url: 'https://giphy.com/embed/l0exi00pvkaynyhlg.gif'
}

4
gifs/frogs.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'frogs',
embed_url: 'https://tenor.com/view/alex-jones-frogs-gif-13621892'
}

4
gifs/gyna.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'gyna',
embed_url: 'https://tenor.com/view/alec-baldwin-its-prounounced-as-gyna-impersonate-trump-china-its-gif-10133422.gif'
}

4
gifs/iloveyou.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'iloveyou',
embed_url: 'https://tenor.com/view/milk-and-mocha-i-love-you-gif-11455412.gif'
}

4
gifs/lookatit.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'lookatit',
embed_url: 'https://tenor.com/view/would-ya-just-look-at-it-gif-10242814.gif'
}

4
gifs/matt.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'matt',
embed_url: 'matt.pasta'
}

View File

@ -1,4 +1,4 @@
module.exports = {
name: "nod",
embed_url: "https://tenor.com/view/smile-nod-yes-robert-redford-beard-gif-10489927"
embed_url: "https://tenor.com/view/smile-nod-yes-robert-redford-beard-gif-10489927.gif"
}

4
gifs/nou.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'nou',
embed_url: 'https://tenor.com/view/no-u-reverse-card-anti-orders-gif-19358543'
}

View File

@ -1,4 +1,4 @@
module.exports = {
name: "psh",
embed_url: "https://tenor.com/view/ed-bassmaster-youtuber-youtube-influencer-psh-gif-10556767"
embed_url: "https://tenor.com/view/ed-bassmaster-youtuber-youtube-influencer-psh-gif-10556767.gif"
}

4
gifs/rookienumbers.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'rookienumbers',
embed_url: 'https://tenor.com/view/rookie-numbers-matthew-mc-conaughey-wolf-of-wall-street-gif-6096185'
}

View File

@ -1,4 +1,4 @@
module.exports = {
name: "shedsalive",
embed_url: "https://giphy.com/embed/glL1yvxJ4KvYc"
embed_url: "https://giphy.com/embed/glL1yvxJ4KvYc.gif"
}

View File

@ -1,4 +1,4 @@
module.exports = {
name: 'shid',
embed_url: 'https://tenor.com/view/sheet-gif-19721309'
embed_url: 'https://tenor.com/view/sheet-gif-19721309.gif'
}

4
gifs/slapass.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'slapass',
embed_url: 'https://giphy.com/embed/lYSvai8OdGpP2.gif'
}

4
gifs/tmyk.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'tmyk',
embed_url: 'https://tenor.com/view/the-more-you-know-gif-5100490.gif'
}

4
gifs/unreal.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'unreal',
embed_url: 'https://tenor.com/view/unreall-gif-15193874.gif'
}

4
pastas/bot.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'bot',
content: 'NodBot v2 Starting Up'
}

4
pastas/burn.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'burn',
content: 'Find your nearest burn center: https://ameriburn.org/public-resources/find-a-burn-center/'
}

4
pastas/cat.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'cat',
content: '⣿⣿⣿⠟⠛⠛⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⢋⣩⣉⢻ ⣿⣿⣿⠀⣿⣶⣕⣈⠹⠿⠿⠿⠿⠟⠛⣛⢋⣰⠣⣿⣿⠀⣿ ⣿⣿⣿⡀⣿⣿⣿⣧⢻⣿⣶⣷⣿⣿⣿⣿⣿⣿⠿⠶⡝⠀⣿ ⣿⣿⣿⣷⠘⣿⣿⣿⢏⣿⣿⣋⣀⣈⣻⣿⣿⣷⣤⣤⣿⡐⢿ ⣿⣿⣿⣿⣆⢩⣝⣫⣾⣿⣿⣿⣿⡟⠿⠿⠦⠀⠸⠿⣻⣿⡄⢻ ⣿⣿⣿⣿⣿⡄⢻⣿⣿⣿⣿⣿⣿⣿⣿⣶⣶⣾⣿⣿⣿⣿⠇⣼ ⣿⣿⣿⣿⣿⣿⡄⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⣰ ⣿⣿⣿⣿⣿⣿⠇⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢀⣿ ⣿⣿⣿⣿⣿⠏⢰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢸⣿ ⣿⣿⣿⣿⠟⣰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀⣿ ⣿⣿⣿⠋⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡄⣿ ⣿⣿⠋⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⢸'
}

4
pastas/cat2.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'cat2',
content: '⣿⣿⣿⠟⠛⠛⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⢋⣩⣉⢻\n\n⣿⣿⣿⣿⣶⣕⣈⠹⠿⠿⠿⠿⠟⠛⣛⢋⣰⠣⣿⣿⣿\n\n⣿⣿⣿⡀⣿⣿⣿⣧⢻⣿⣶⣷⣿⣿⣿⣿⣿⣿⠿⠶⡝⣿\n\n⣿⣿⣿⣷⠘⣿⣿⣿⢏⣿⣿⣋⣀⣈⣻⣿⣿⣷⣤⣤⣿⡐⢿\n\n⣿⣿⣿⣿⣆⢩⣝⣫⣾⣿⣿⣿⣿⡟⠿⠿⠦⠸⠿⣻⣿⡄⢻\n\n⣿⣿⣿⣿⣿⡄⢻⣿⣿⣿⣿⣿⣿⣿⣿⣶⣶⣾⣿⣿⣿⣿⠇⣼\n\n⣿⣿⣿⣿⣿⣿⡄⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⣰\n\n⣿⣿⣿⣿⣿⣿⠇⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢀⣿\n\n⣿⣿⣿⣿⣿⠏⢰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢸⣿\n\n⣿⣿⣿⣿⠟⣰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿\n\n⣿⣿⣿⠋⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡄⣿\n\n⣿⣿⠋⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⢸'
}

4
pastas/cat3.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'cat3',
content: '⣿⣿⣿⠟⠛⠛⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⢋⣩⣉⢻\n⣿⣿⣿⣿⣶⣕⣈⠹⠿⠿⠿⠿⠟⠛⣛⢋⣰⠣⣿⣿⣿\n⣿⣿⣿⡀⣿⣿⣿⣧⢻⣿⣶⣷⣿⣿⣿⣿⣿⣿⠿⠶⡝⣿\n⣿⣿⣿⣷⠘⣿⣿⣿⢏⣿⣿⣋⣀⣈⣻⣿⣿⣷⣤⣤⣿⡐⢿\n⣿⣿⣿⣿⣆⢩⣝⣫⣾⣿⣿⣿⣿⡟⠿⠿⠦⠸⠿⣻⣿⡄⢻\n⣿⣿⣿⣿⣿⡄⢻⣿⣿⣿⣿⣿⣿⣿⣿⣶⣶⣾⣿⣿⣿⣿⠇⣼\n⣿⣿⣿⣿⣿⣿⡄⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⣰\n⣿⣿⣿⣿⣿⣿⠇⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢀⣿\n⣿⣿⣿⣿⣿⠏⢰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢸⣿\n⣿⣿⣿⣿⠟⣰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿\n⣿⣿⣿⠋⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡄⣿\n⣿⣿⠋⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⢸'
}

4
pastas/cumcoin.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'cumcoin',
content: 'YOOOO CUM SHIT & PISS TOKEN IS GOING TO THE MOON 🚀 🌙\n\n$CUMSHITPISS 👍👍👍👀\n\nThis is a project Ive fully believed in for at least 13 seconds 💰 💴 💵\n\n🚀 LETS GOOOOOOOOOOOO 🚀\n\nGet on now before you miss out 😂you dont wanna stay poor do you??😂 (NOT FINANCIAL'
}

4
pastas/dickhang.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'dickhang',
content: 'Should I cut a hole in my mattress for my dick to hang in while sleeping at night?\n\nIm a stomach sleeper and all that weight on my massive bulge is uncomfortable. So what if I cut a hole in the middle of my mattress so my dick can just hang down there at night?\n\nCould this deform my dick in some way? Since all that blood would rush to the tip, could it make my dick look like a maraca?'
}

4
pastas/gaminglaptops.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'gaminglaptops',
content: 'Today when I walked into my economics class I saw something I dread every time I close my eyes. Someone had brought their new gaming laptop to class. The Forklift he used to bring it was still running idle at the back. I started sweating as I sat down and gazed over at the 700lb beast that was his laptop. He had already reinforced his desk with steel support beams and was in the process of finding an outlet for a power cable thicker than Amy Schumer\'s thigh. I start shaking. I keep telling myself I\'m going to be alright and that there\'s nothing to worry about. He somehow finds a fucking outlet. Tears are running down my cheeks as I send my last texts to my family saying I love them. The teacher starts the lecture, and the student turns his laptop on. The colored lights on his RGB Backlit keyboard flare to life like a nuclear flash, and a deep humming fills my ears and shakes my very soul. The entire city power grid goes dark. The classroom begins to shake as the massive fans begin to spin. In mere seconds my world has gone from vibrant life, to a dark, earth shattering void where my body is getting torn apart by the 150mph gale force winds and the 500 decibel groan of the cooling fans. As my body finally surrenders, I weep, as my school and my city go under. I fucking hate gaming laptops.'
}

4
pastas/lenny.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'lenny',
content: '( ͡° ͜ʖ ͡°)'
}

4
pastas/matt.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'matt',
content: 'PISS OUT MY ASS'
}

4
pastas/mlm.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'mlm',
content: 'Hey👋 ladies💁 📷 Would 😍 you 👈 like 👍 to 2⃣ get 😮 rich 💰💰💰 by running 🏃‍♀️🏃‍♀️ your 👈 own business 👩‍💼💼 from home 🏡 with just ☝ your phone? 📱🤳 Well 🤷‍♀️ you can\'t. 😂 Get 👏 a 👏 real 👏 job 👏 you 👏 stupid 👏 cunt'
}

4
pastas/pridemonth.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'pridemonth',
content: '🚨ALERT🚨 🚨ALERT🚨\n\nPRIDE 🏳️‍🌈 MONTH🗓 IS OFFICIALLY OVER❌\n\nMEN ♂️ AND WOMEN ♀️ OF THE NATION🇨🇮🇧🇼🇧🇿🇨🇲🇧🇷🇨🇨🇨🇲🇨🇰🇨🇫🇨🇮🇫🇰🇪🇦🇪🇹🇫🇮🇩🇯🇫🇲🇭🇲🇬🇵🇮🇪🇮🇱🇮🇲🇬🇹🇮🇴🇭🇰🇬🇾🇲🇵🇱🇷🇲🇴🇲🇨🇱🇻🇲🇱🇲🇱🇳🇮🇵🇭🇴🇲🇳🇺🇴🇲🇳🇪🇵🇪🇵🇫🇳🇦🇸🇭🇸🇽🇶🇦🇸🇬🇶🇦🇸🇪🇸🇸🇸🇽🇸🇭:\n\nIT IS NOW ILLEGAL TO BE #GAY 🏳️‍🌈 ANYWHERE ON STRAIGHT📏 MOTHER EARTH 🌎🌐🌍🌏\n\nBISEXUALS MUST HEAD TO YOUR NEAREST GOVERNMENT BUILDING 🎟 AND RECEIVE A "Bi-Ticket Admission Allowance System Check in Mark" TO BE PUT UNDER EXAMINATION 🔍 TO DETERMINE IF YOU ARE TO BE LEFT IN THE GENE POOL. 🤽‍♂️🤽‍♀️\n\nTHE 🏳🌈❌GAYSTAPO❌🏳🌈 👮‍♂️👮‍♂️🚔🚔 WILL BE INSPECTING ALL RESIDENTS🏘 OF THE UNITED STATES OF AMERICA 🇳🇺🇳🇺🇳🇺 TO SEARCH FOR ANY GAY ACTIVITY\n\nANY HOMOSEXUAL ACTIVITY CAN WARRANT ARREST🔒👮OR POSSIBLE ☠DEATH☠ PENALTY\n\nSTAY VIGILANT AND STRAIGHT📏📏❌🏳🌈❌🏳🌈❌🏳🌈❌🏳🌈❌'
}

View File

@ -0,0 +1,4 @@
module.exports = {
name: 'realestateagent',
content: 'What if their agent is actually their polymorous third partner and is in on it? They don\'t actually want to buy a house and he\'s not actually a real estate agent, they just put in offers, view the house, have a nasty 3some, complain to come back a couple times, then eventually cancel the offer.\n\nIt\'s classic, I\'ve seen it a million times'
}

4
pastas/ruccoa.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'ruccoa',
content: 'what if it just said "Ruccoa: shid fard cumb" instead of 2 lines'
}

4
pastas/seal.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'seal',
content: 'What the fuck did you just fucking say about me, you little bitch? I\'ll have you know I graduated top of my class in the Navy Seals, and I\'ve been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills. I am trained in gorilla warfare and I\'m the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precision the likes of which has never been seen before on this Earth, mark my fucking words. You think you can get away with saying that shit to me over the Internet? Think again, fucker. As we speak I am contacting my secret network of spies across the USA and your IP is being traced right now so you better prepare for the storm, maggot. The storm that wipes out the pathetic little thing you call your life. You\'re fucking dead, kid. I can be anywhere, anytime, and I can kill you in over seven hundred ways, and that\'s just with my bare hands. Not only am I extensively trained in unarmed combat, but I have access to the entire arsenal of the United States Marine Corps and I will use it to its full extent to wipe your miserable ass off the face of the continent, you little shit. If only you could have known what unholy retribution your little "clever" comment was about to bring down upon you, maybe you would have held your fucking tongue. But you couldn\'t, you didn\'t, and now you\'re paying the price, you goddamn idiot. I will shit fury all over you and you will drown in it. You\'re fucking dead, kiddo.'
}

4
pastas/shid.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'shid',
content: 'shid, fard and cumb'
}

4
pastas/sr71.js Normal file

File diff suppressed because one or more lines are too long

4
pastas/syntax.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'syntax',
content: 'Eat a bag of dicks'
}

4
pastas/test.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'test',
content: 'afsd\'adsf\'asdf\'afdsdsfa\'f"dfsa\'adsf\'adsf\ndfs\'asdf\'f\'a\ndafssd\'afds\'sdf'
}

4
pastas/wupup.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'wupup',
content: 'You see this WUPUP right here? So, this means that southwest of WUPUP up to 30 miles between the 003 course-to and the 093 course is this quadrant, southwest of WUPUP. Once you hit 30 miles from WUPUP you can descend to 3600 feet, then you go cross WUPUP at 3600 feet, then down to 3200 feet and continue.'
};

4
pastas/xplane.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
name: 'xplane',
content: 'I\'d just like to interject for a moment. What youre referring to as X-Plane, is in fact, Mods/X-Plane, or as Ive recently taken to calling it, Mods plus X-Plane. X-Plane is not a flight sim unto itself, but rather another component of a fully functioning mod system made useful by the mod HD Mesh Scenery, ActiveSky and vital system components comprising a full sim as defined by the flight sim community.\n\nMany sim users run a modified version of the mod system every day, without realizing it. Through a peculiar turn of events, the version of mods which is widely used today is often called “X-Plane”, and many of its users are not aware that it is basically the mods system, developed by the mod developers. There really is a X-Plane, and these people are using it, but it is just a part of the system they use.\n\nX-Plane is the platform: the program in the system that allocates the machines resources to the other mods that you run. The platform is an essential part of a sim, but useless by itself; it can only function in the context of a complete flight sim. X-Plane is normally used in combination with the mod system: the whole system is basically mods with X-Plane added, or mod/X-Plane. All the so-called “X-Plane” distributions are really distributions of mod/X-Plane.'
}