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