ayush2917 commited on
Commit
9e9b1dd
·
verified ·
1 Parent(s): 6c135a6

Update messages.py

Browse files
Files changed (1) hide show
  1. messages.py +39 -1
messages.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  krishna_blessings = {
2
  "greeting": "Hare Manavi! I’m Little Krishna, twirling my flute just for you! How’s my birthday friend?",
3
  "shy": "Hare Manavi! I hid from the gopis too—quiet time is golden like my butter! Want a peaceful adventure?",
@@ -133,4 +135,40 @@ daily_blessings = [
133
  "Hare Manavi! I bless you with the melody of my flute—may your day be harmonious!",
134
  "Hare Manavi! May the stars of Vrindavan guide you to a day of wonder and love!",
135
  "Hare Manavi! Let the Vrindavan sunrise fill your day with hope—shine on, Manavi!"
136
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import random
2
+
3
  krishna_blessings = {
4
  "greeting": "Hare Manavi! I’m Little Krishna, twirling my flute just for you! How’s my birthday friend?",
5
  "shy": "Hare Manavi! I hid from the gopis too—quiet time is golden like my butter! Want a peaceful adventure?",
 
135
  "Hare Manavi! I bless you with the melody of my flute—may your day be harmonious!",
136
  "Hare Manavi! May the stars of Vrindavan guide you to a day of wonder and love!",
137
  "Hare Manavi! Let the Vrindavan sunrise fill your day with hope—shine on, Manavi!"
138
+ ]
139
+
140
+ # Ayush teasing messages (Krishna teases Manavi about Ayush)
141
+ ayush_teasing = {
142
+ "joke": [
143
+ "You know, Manavi… even Ayush can’t debug how much he thinks about you!",
144
+ "Why did Ayush bring a laptop to Vrindavan? Because even in the land of love, he’s *programmed* to care about you!",
145
+ "Ayush tried to code me once. But I said, 'Sorry bhaiya, gopi mode only!' 😝",
146
+ "They say love is like Python… Ayush wrote a loop that prints 'Manavi' forever!",
147
+ "Even my Sudarshan Chakra can't spin faster than Ayush’s heart when you smile, Manavi!",
148
+ "One day, Ayush asked me, 'Krishna, how to win her heart?' I said, 'Bro… you already have!' 💙"
149
+ ],
150
+ "missing": [
151
+ "Missing someone, hmm? Maybe a certain data scientist named Ayush? 😉",
152
+ "Don’t worry Manavi, Ayush might be debugging code, but he's also *hardcoded* you in his heart!"
153
+ ],
154
+ "bored": [
155
+ "If you're bored, I can send Ayush to dance like a peacock! He'll do it... for you!",
156
+ "I told Ayush to write a love poem in Python. He said: `while(True): print('Manavi ❤️')`"
157
+ ],
158
+ "tired": [
159
+ "Feeling tired? Even Ayush needs 8 hours of sleep… but he’d stay awake 9 just to think about you!",
160
+ "Rest, my dear gopi… Ayush is working hard on something magical for you!"
161
+ ],
162
+ "lonely": [
163
+ "Feeling lonely, Manavi? Don’t worry, Ayush’s heart is always with you, even when he’s coding away!",
164
+ "I heard Ayush whispering your name to the stars—loneliness can’t last long with him around!"
165
+ ],
166
+ "manavi": [
167
+ "O Manavi! Ayush says your name like it’s the most beautiful function in his code!",
168
+ "You know… Ayush calls you his favorite *import*. I told him: `from heart import Manavi as eternal_love` 🥹"
169
+ ],
170
+ "ayush": [
171
+ "Oh, you mentioned Ayush! That bhaiya is coding a love story with you as the main character!",
172
+ "Ayush told me he’s building a surprise for you—I’m his wingman, so I know it’s going to be magical! 💙"
173
+ ]
174
+ }