Araeynn commited on
Commit
585ac36
·
verified ·
1 Parent(s): d7dbe33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -404,6 +404,7 @@ async def on_message(message):
404
  images = []
405
  audios = []
406
  for file in message.attachments:
 
407
  if file.content_type == "image":
408
  imgCaption = "(ImageParsed: "
409
  images.append(file)
 
404
  images = []
405
  audios = []
406
  for file in message.attachments:
407
+ print(file.content_type)
408
  if file.content_type == "image":
409
  imgCaption = "(ImageParsed: "
410
  images.append(file)