bmorcos/discord-downloader

cli not working

Closed this issue · 1 comments

fadh1l commented

client = discord.Client() TypeError: Client.__init__() missing 1 required keyword-only argument: 'intents'

any clue on how to fix it?

Hi there,

This is an old project that I've not been actively maintaining but I did just try it again and realized we need to use discord<2. I am not going to upgrade this utility to work with the newer discord>1 at this time so I added an upper bound for the discord requirement so this will work now if you install it.