zumat commited on
Commit
cd000cd
·
verified ·
1 Parent(s): b791b77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -201,8 +201,9 @@ async def on_message(message):
201
  if message.channel.name == "🚀┊risultati":
202
  await message.add_reaction("🚀")
203
 
204
- demo.launch()
205
 
206
  # -----------------------------------------------------------
207
  # Run the bot in a loop
208
- bot.run(ninoToken)
 
 
 
201
  if message.channel.name == "🚀┊risultati":
202
  await message.add_reaction("🚀")
203
 
 
204
 
205
  # -----------------------------------------------------------
206
  # Run the bot in a loop
207
+ bot.run(ninoToken)
208
+
209
+ demo.launch()