Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,12 +13,12 @@ bot = commands.Bot(command_prefix='!', intents=intents)
|
|
| 13 |
|
| 14 |
welcome_list = []
|
| 15 |
welcome_messages = [
|
| 16 |
-
"Welcome to the community
|
| 17 |
"Good to have you with us! :hugging: Got any cool projects you feel like sharing? :eyes:",
|
| 18 |
"Welcome aboard π¦ β΅",
|
| 19 |
-
"Hello friends! :wave: Where are you folks from? :globe_with_meridians:
|
| 20 |
"Glad you're here! Welcome! π",
|
| 21 |
-
"Happy to have you with us!
|
| 22 |
"New faces, new friends! Welcome! ππ"
|
| 23 |
]
|
| 24 |
welcome_messages_counter = 0
|
|
|
|
| 13 |
|
| 14 |
welcome_list = []
|
| 15 |
welcome_messages = [
|
| 16 |
+
"Welcome to the community <:hugging_croissant:1103375763207622656> ",
|
| 17 |
"Good to have you with us! :hugging: Got any cool projects you feel like sharing? :eyes:",
|
| 18 |
"Welcome aboard π¦ β΅",
|
| 19 |
+
"Hello friends! :wave: Where are you folks from? :globe_with_meridians: <:hugging_earth:968126923408564306> "
|
| 20 |
"Glad you're here! Welcome! π",
|
| 21 |
+
"Happy to have you with us! <:blobcatlove:1103376097841790986> How much have you played around with ML/AI? :laptop:",
|
| 22 |
"New faces, new friends! Welcome! ππ"
|
| 23 |
]
|
| 24 |
welcome_messages_counter = 0
|