Open 0x5c opened 4 years ago
This is an issue to list all currently found typing and typing-related issues in qrm that will require refactoring, or depend on Bolt features..
[ ] 1. Mypy is mad each time we access bot.qrm or a member of such
bot.qrm
[ ] 2. Mypy is mad when we set a category in the command/group decorator
category
[ ] 6. Error handling: mypy is angry that we try to append something to embed.description
embed.description
[ ] 7. globalchannelconverter: yells that a method is missing yet present from class
[ ] 8. "": "TYPE MISMATCH"
Those are the easy to fix ones
Breaking up into another issue: #289
This is an issue to list all currently found typing and typing-related issues in qrm that will require refactoring, or depend on Bolt features..
[ ] 1. Mypy is mad each time we access
bot.qrm
or a member of such[ ] 2. Mypy is mad when we set a
category
in the command/group decorator[ ] 6. Error handling: mypy is angry that we try to append something to
embed.description
[ ] 7. globalchannelconverter: yells that a method is missing yet present from class
[ ] 8. "": "TYPE MISMATCH"