#delete files
1 messages · Page 1 of 1 (latest)
Files=None?
TypeError: object of type 'NoneType' has no len()
I looked in the code of the library itself, found. attachments=[]
attachments = empty list? => []
1 messages · Page 1 of 1 (latest)
How do I delete all files from a message in InteractionResponse.edit_message?
await inter.response.edit_message(files=[], view=View())
Does not work
Files=None?
TypeError: object of type 'NoneType' has no len()
I looked in the code of the library itself, found. attachments=[]
attachments = empty list? => []