We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
2024-11-02 12:14:34 ERROR discord.ui.view Ignoring exception in view for item <Button style=<ButtonStyle.success: 3> url=None disabled=False label='Options' emoji= row=None sku_id=None> Traceback (most recent call last): File "C:\Users\nael\OneDrive\Desktop\parade 3\create.py", line 102, in ticketOptions acategoryc = (50 - (len(acategory.channels))) ^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'channels'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Users\nael\OneDrive\Desktop\parade 3.venv\Lib\site-packages\discord\ui\view.py", line 430, in _scheduled_task await item.callback(interaction) File "C:\Users\nael\OneDrive\Desktop\parade 3\create.py", line 181, in ticketOptions await web.send(embed=embed) ^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'send'
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: