lunarflu HF Staff commited on
Commit
52be157
Β·
verified Β·
1 Parent(s): 1be8bb7

remove link to verification channel (no longer needed)

Browse files
Files changed (1) hide show
  1. app.py +7 -7
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> <#900125909984624713> \n",
17
- "Good to have you with us! :hugging: Got any cool projects you feel like sharing? :eyes: <#900125909984624713> \n",
18
- "Welcome aboard 🦜 β›΅ <#900125909984624713> \n",
19
- "Hello friends! :wave: Where are you folks from? :globe_with_meridians: <:hugging_earth:968126923408564306> <#900125909984624713> \n",
20
- "Glad you're here! Welcome! 🎊 <#900125909984624713> \n",
21
- "Happy to have you with us! <:blobcatlove:1103376097841790986> How much have you played around with ML/AI? :computer: <#900125909984624713> \n",
22
- "New faces, new friends! Welcome! πŸ˜„πŸ‘‹ <#900125909984624713> \n"
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