-
I'm trying to automate clicking a button. From my understanding clicking a button is done from the button object found in the components from a message. If i catch a message with the on_message event I can't seem to find the components in the Message object. I installed the library from the master branch. |
Beta Was this translation helpful? Give feedback.
Answered by
5t0n1e
Feb 13, 2023
Replies: 1 comment
-
pip install git+https://github.com/dolfies/discord.py-self.git I didn't install the alpha version this install fixes that. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
5t0n1e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pip install git+https://github.com/dolfies/discord.py-self.git I didn't install the alpha version this install fixes that.