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
pages = menus.ButtonMenuPages( source=EvalPageSource(bot, result, ctx.author), clear_buttons_after=True, ) await pages.start(ctx)
Will throw the following error when used in a thread. AttributeError: 'Thread' object has no attribute '_overwrites'
AttributeError: 'Thread' object has no attribute '_overwrites'
The text was updated successfully, but these errors were encountered:
I can't seem to reproduce this issue.
All examples of menus I have tried are working in threads.
Sorry, something went wrong.
Has this been resolved?
Successfully merging a pull request may close this issue.
Will throw the following error when used in a thread.
AttributeError: 'Thread' object has no attribute '_overwrites'
The text was updated successfully, but these errors were encountered: