govisi commited on
Commit
3ec1d01
1 Parent(s): 80c55a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,8 +18,8 @@ async def on_ready():
18
 
19
  @bot.event
20
  async def on_message(message: discord.Message):
21
- if message.author == bot.user:
22
- return
23
 
24
  if message.content and message.content.startswith('$hello'):
25
  # print(message.content)
 
18
 
19
  @bot.event
20
  async def on_message(message: discord.Message):
21
+ # if message.author == bot.user:
22
+ # return
23
 
24
  if message.content and message.content.startswith('$hello'):
25
  # print(message.content)