Araeynn commited on
Commit
3b61794
1 Parent(s): 6d99d15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -200,6 +200,8 @@ or
200
 
201
  @client.event
202
  async def on_message(message):
 
 
203
  msgchannel = message.channel
204
  if message.embeds != []:
205
  x = ""
 
200
 
201
  @client.event
202
  async def on_message(message):
203
+ if message.author == client.user:
204
+ return
205
  msgchannel = message.channel
206
  if message.embeds != []:
207
  x = ""