Update ayush_messages.py
Browse files- ayush_messages.py +5 -1
ayush_messages.py
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
1 |
ayush_surprises = {
|
2 |
-
"birthday": "Hare Manavi! On April 19,
|
|
|
|
|
3 |
}
|
|
|
1 |
+
from datetime import datetime
|
2 |
+
|
3 |
ayush_surprises = {
|
4 |
+
"birthday": "Hare Manavi! On April 19, {year}, I’ve come from Vrindavan to wish you a joyous birthday! Ayush says: ‘You’re my sweetest friend, more precious than butter!’".format(year=datetime.now().year),
|
5 |
+
"janmashtami": "Hare Manavi! On Janmashtami, Ayush and I are stealing butter to celebrate Krishna’s birth with you!",
|
6 |
+
"friendship_day": "Hare Manavi! Ayush says you’re the Radha to his Krishna—let’s dance in Vrindavan’s fields today!"
|
7 |
}
|