diff options
| author | 2019-03-14 15:07:18 +0000 | |
|---|---|---|
| committer | 2019-03-14 15:07:18 +0000 | |
| commit | a13ac5ec8127595401c44623b7b46c694adb2a4b (patch) | |
| tree | 6fbbecf750cbe750689e4723a3dcb7c0d085dc67 /bot/resources | |
| parent | Merge pull request #138 from python-discord/docker-fix (diff) | |
Pickup Lines
Includes the File for the cog containing the command in addition to the JSON file containing the list of pickup lines
Diffstat (limited to 'bot/resources')
| -rw-r--r-- | bot/resources/valentines/pickup_lines.json | 97 | 
1 files changed, 97 insertions, 0 deletions
diff --git a/bot/resources/valentines/pickup_lines.json b/bot/resources/valentines/pickup_lines.json new file mode 100644 index 00000000..a18d0840 --- /dev/null +++ b/bot/resources/valentines/pickup_lines.json @@ -0,0 +1,97 @@ +{ +    "placeholder": "https://i.imgur.com/BB52sxj.jpg", +    "lines": [ +        { +            "line": "Hey baby are you allergic to dairy cause I **laktose** clothes you're wearing", +            "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Cheese_%281105942243%29.jpg/800px-Cheese_%281105942243%29.jpg" +        }, +        { +            "line": "I’m not a photographer, but I can **picture** me and you together.", +            "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/57/2016_Minolta_Dynax_404si.JPG/220px-2016_Minolta_Dynax_404si.JPG" +        }, +        { +            "line": "I seem to have lost my phone number. Can I have yours?" +        }, +        { +            "line": "Are you French? Because **Eiffel** for you.", +            "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/85/Tour_Eiffel_Wikimedia_Commons_%28cropped%29.jpg/240px-Tour_Eiffel_Wikimedia_Commons_%28cropped%29.jpg" +        }, +        { +            "line": "Hey babe are you a cat? Because I'm **feline** a connection between us.", +            "image": "https://upload.wikimedia.org/wikipedia/commons/4/4d/Cat_November_2010-1a.jpg" +        }, +        { +            "line": "Baby, life without you is like a broken pencil... **pointless**.", +            "image": "https://upload.wikimedia.org/wikipedia/commons/0/08/Pencils_hb.jpg" +        }, +        { +            "line": "Babe did it hurt when you fell from heaven?" +        }, +        { +            "line": "If I could rearrange the alphabet, I would put **U** and **I** together.", +            "image": "https://images-na.ssl-images-amazon.com/images/I/51wJaFX%2BnGL._SX425_.jpg" +        }, +        { +            "line": "Is your name Google? Because you're everything I'm searching for.", +            "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Google_%22G%22_Logo.svg/1024px-Google_%22G%22_Logo.svg.png" +        }, +        { +            "line": "Are you from Starbucks? Because I like you a **latte**.", +            "image": "https://upload.wikimedia.org/wikipedia/en/thumb/d/d3/Starbucks_Corporation_Logo_2011.svg/1200px-Starbucks_Corporation_Logo_2011.svg.png" +        }, +        { +            "line": "Are you a banana? Because I find you **a peeling**.", +            "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/44/Bananas_white_background_DS.jpg/220px-Bananas_white_background_DS.jpg" +        }, +        { +            "line": "Do you like vegetables because I love you from my head **tomatoes**.", +            "image": "https://vignette.wikia.nocookie.net/veggietales-the-ultimate-veggiepedia/images/e/ec/Bobprofile.jpg/revision/latest?cb=20161227190344" +        }, +        { +            "line": "Do you like science because I've got my **ion** you.", +            "image": "https://www.chromacademy.com/lms/sco101/assets/c1_010_equations.jpg" +        }, +        { +            "line": "Are you an angle? Because you are **acute**.", +            "image": "https://juicebubble.co.za/wp-content/uploads/2018/03/acute-angle-white-400x400.png" +        }, +        { +            "line": "If you were a fruit, you'd be a **fineapple**." +        }, +        { +            "line": "Did you swallow magnets? Cause you're **attractive**.", +            "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/Magnetic_quadrupole_moment.svg/1200px-Magnetic_quadrupole_moment.svg.png" +        }, +        { +            "line": "Hey pretty thang, do you have a name or can I call you mine?" +        }, +        { +            "line": "Is your name Wi-Fi? Because I'm feeling a connection.", +            "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/ae/WiFi_Logo.svg/1200px-WiFi_Logo.svg.png" +        }, +        { +            "line": "Are you Australian? Because you meet all of my **koala**fications.", +            "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/49/Koala_climbing_tree.jpg/240px-Koala_climbing_tree.jpg" +        }, +        { +            "line": "If I were a cat I'd spend all 9 lives with you.", +            "image": "https://upload.wikimedia.org/wikipedia/commons/4/4d/Cat_November_2010-1a.jpg" +        }, +        { +            "line": "My love for you is like dividing by 0. It's undefinable.", +            "image": "https://i.pinimg.com/originals/05/f5/9a/05f59a9fa44689e3435b5e46937544bb.png" +        }, +        { +            "line": "Take away gravity, I'll still fall for you.", +            "image": "https://i.pinimg.com/originals/05/f5/9a/05f59a9fa44689e3435b5e46937544bb.png" +        }, +        { +            "line": "Are you a criminal? Because you just stole my heart.", +            "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/Hinged_Handcuffs_Rear_Back_To_Back.JPG/174px-Hinged_Handcuffs_Rear_Back_To_Back.JPG" +        }, +        { +            "line": "Hey babe I'm here. What were your other two wishes?", +            "image": "https://upload.wikimedia.org/wikipedia/en/thumb/0/0c/The_Genie_Aladdin.png/220px-The_Genie_Aladdin.png" +        } +    ] +}
\ No newline at end of file  |