A discord.py extension for sending, receiving and handlling button in python
discord-message-components This is a discord.py message component extension made by 404kuso and RedstoneZockt, which you can use until discord.py v2.0 is out We also added override support for the discord.ext.commands.Bot client, so you don’t have to initialize everything on your own To override the standart Bot client, add the following to your code from discord.ext import commands from discord_message_components import override_client override_client() client = commands.Bot(…) This will add .components and .slash to the client, and you don’t need theextension = […]
Read more