Open
Description
Encountered the following traceback while trying to deploy the bot, did not come up in staging
Should be reviewed
Traceback (most recent call last):
File "/app/main.py", line 12, in <module>
from cogs.vcCog import VCProgramSelection
File "/app/cogs/vcCog.py", line 21, in <module>
class CommunityVCView(ui.View):
File "/app/cogs/vcCog.py", line 22, in CommunityVCView
def __init__(self, *, timeout: float | None = None):
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'