Spaces:
Runtime error
Runtime error
Ashok Kumar Bhati commited on
Commit Β·
65b556a
1
Parent(s): 867c92e
update welcome message
Browse files
src/controllers/_bot_controller.py
CHANGED
|
@@ -21,7 +21,7 @@ class BotController:
|
|
| 21 |
|
| 22 |
def get_welcome_message(self, firstname):
|
| 23 |
|
| 24 |
-
return f"""Hi {firstname} π\n\nWelcome to the Mandala Slackbot! Every week, you'll receive a learning tailored from the Resilient Leadership program to support you on your leadership journey. If you'd like to make this content even more personalized, share your Resilient Leadership guidebook with us either as an attachment or a link to the slide deck.\n\nOtherwise, we'll plan on sharing our curated weekly insights to keep you growing. π\n\nYou can refresh the content at any time by simply typing *
|
| 25 |
|
| 26 |
async def process_event_background(self, event: dict):
|
| 27 |
try:
|
|
|
|
| 21 |
|
| 22 |
def get_welcome_message(self, firstname):
|
| 23 |
|
| 24 |
+
return f"""Hi {firstname} π\n\nWelcome to the Mandala Slackbot! Every week, you'll receive a learning tailored from the Resilient Leadership program to support you on your leadership journey. If you'd like to make this content even more personalized, share your Resilient Leadership guidebook with us either as an attachment or a link to the slide deck.\n\nOtherwise, we'll plan on sharing our curated weekly insights to keep you growing. π\n\nYou can refresh the content at any time by simply typing */refresh* and sending that guidebook back our way. Looking forward to getting started! Your first learning will arrive next week.\n\nWarmly,\nTeam Mandala"""
|
| 25 |
|
| 26 |
async def process_event_background(self, event: dict):
|
| 27 |
try:
|