Skip to content
Discussion options

You must be logged in to vote

You heard correct! Discord.py has support for buttons, dropdowns, and application commands! All these features are on the master branch of the library, they aren't on the stable version of discord.py.

How do I install the master branch?

Windows

  • No voice support: py -m pip install -U git+https://github.com/Rapptz/discord.py
  • Or with voice support: py -m pip install -U git+https://github.com/Rapptz/discord.py#egg=discord.py[voice]

Linux/Mac

  • No voice support: python3 -m pip install -U git+https://github.com/Rapptz/discord.py
  • Or with voice support: python3 -m pip install -U git+https://github.com/Rapptz/discord.py#egg=discord.py[voice]

How do I create a button or dropdown?

Check out the ex…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@trevorflahardy
Comment options

@aurkaxi
Comment options

@HigherOrderLogic
Comment options

@aurkaxi
Comment options

@trevorflahardy
Comment options

Answer selected by TriangularDev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants