Search code examples
pythonbuttondiscordbotsinteractive

How can I insert buttons with discord.py and discord.ext.commands?


Remember, this is NOT discord-py-slash-commands, just discord.py module. Also not reaction buttons. I want to create interaction buttons. Can anyone help? Please help!!

@bot.command()
async def buttons(ctx):
... # the button (interactive) goes here

Solution

  • This is not possible with the current version of discord.py. It will be available in v2.0, which is in beta testing.