Skip to content
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

Can't click on ActionRow #777

Closed
4 tasks done
gptlang opened this issue Jan 5, 2025 · 1 comment
Closed
4 tasks done

Can't click on ActionRow #777

gptlang opened this issue Jan 5, 2025 · 1 comment
Labels
invalid This doesn't seem right

Comments

@gptlang
Copy link

gptlang commented Jan 5, 2025

Summary

ActionRow is pretty much a button but can't but click isn't implemented

Reproduction Steps

if isinstance(component, ActionRow):
  action_row.click()

Code

No response

Expected Results

Be able to click

Actual Results

Method not found

System Information

- Python v3.13.1-final
- discord.py v2.4.0-final
- aiohttp v3.11.8
- system info: Linux 6.12.6-200.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 19 21:06:34 UTC 2024

Checklist

  • I have confirmed I am using unmodified discord.py-self and not the upstream discord.py.
  • I have searched the open issues for duplicates.
  • I have shared the entire traceback.
  • I am using a user token (and it isn't visible in the code).

Additional Information

No response

@gptlang gptlang added the unconfirmed bug Unconfirmed bug label Jan 5, 2025
@dolfies
Copy link
Owner

dolfies commented Jan 8, 2025

Action rows, as the name implies, are rows. They are not buttons; therefore, they are not clickable. Action rows hold buttons and select menus as children. Those are clickable.

@dolfies dolfies closed this as not planned Won't fix, can't repro, duplicate, stale Jan 8, 2025
@dolfies dolfies added invalid This doesn't seem right and removed unconfirmed bug Unconfirmed bug labels Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants