Я пробовал использовать этот код:
Код: Выделить всё
@bot.event
async def on_message(message):
if message.channel.id == 787662710787145760:
try:
print(message.attachments[0].url)
except IndexError:
pass
await bot.process_commands(message)
Подробнее здесь: https://stackoverflow.com/questions/661 ... by-an-user