rbn2008k commited on
Commit
c9adbc3
·
verified ·
1 Parent(s): 1cdc07d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ async def reset(event):
93
  async def handle_message(event):
94
  user_message = event.raw_text
95
 
96
- Ignore commands /start, /help, and /reset
97
  if user_message.startswith('/start') or user_message.startswith('/help') or user_message.startswith('/reset'):
98
  return
99
 
 
93
  async def handle_message(event):
94
  user_message = event.raw_text
95
 
96
+ # Ignore commands /start, /help, and /reset
97
  if user_message.startswith('/start') or user_message.startswith('/help') or user_message.startswith('/reset'):
98
  return
99