Automatic attachment uploading currently has some issues in DMs, one is that it uses clear_reactions
|
await message.clear_reactions() |
Which raises an error if you attempt to use it in DMs (
BOT-3ZK).
IMO it doesn't make much sense in DMs so I think we should just disable it.