如何插入带有 discord.py 和 discord.ext.commands 的按钮?

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

记住,这不是 discord-py-slash-commands,只是 discord.py 模块。也不是反应按钮。我想创建交互按钮。谁能帮忙?请帮忙!!

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

当前版本的 discord.py 无法做到这一点。它将在 v2.0 中可用,目前处于 Beta 测试阶段。