-
-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
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
[ext.bridge] Errors while using discord.commands.options.Option with bridge commands. #1244
Comments
For the minimal reproducible code, you need to add another argument since your error focuses on the second argument. |
i updated, it will not work whatever, at least, it wasn't yesterday, if there is updates |
Just reproduced this problem, and I do get the same error |
#1250 should be able to fix this problem |
I don't think it changes anything for the detection of converters, have you tested to see if it resolves the issue? |
Not yet |
Is this still a problem? |
Summary
Using Option() with bridge commands gives errors. While using Application Command - it works, but with message commands - it don't.
Reproduction Steps
I replaced:
discord.Bot
withbridge.Bot
@slash_command
with@bridge_command
Then i just used message command, aka
@ping command <argument1 (not Option) <argument2 (Option)>
Application command works.
I gave Option() default argument, and code is working if
Argument2
is not specified.Minimal Reproducible Code
Expected Results
Command works as intended and responds
Hey!
Actual Results
Error:
Intents
discord.Intents.default()
System Information
Checklist
Additional Context
message_content
is not neededThe text was updated successfully, but these errors were encountered: