bryanforbes / discord.py-stubs

discord.py stubs
BSD 3-Clause "New" or "Revised" License
46 stars 12 forks source link

Change type of bot.commands to be a Set #93

Closed PythonCoderAS closed 3 years ago

PythonCoderAS commented 3 years ago

According to https://github.com/Rapptz/discord.py/blob/6f3b8072d6d069e5df04af62e93f673b576ab4c0/discord/ext/commands/core.py#L1077-L1080, the values are converted to a Set.

bryanforbes commented 3 years ago

Can you remove the import of ValuesView so flake8 passes?