Skip to content

spacedev-official/py-cord-components

 
 

Repository files navigation

py-cord-components logo

py-cord-components

CodeFactor Discord PyPI - Downloads

An unofficial third party library of py-cord for discord components.

Welcome!

Discord components are cool, but discord.py will support it on version 2.0. It is hard to recreate, so we made a third-party library for using components such as buttons or selects!

This project is open source ⭐.

Also, there is an official discord server, so if you have any questions, feel free to ask it on this server.

Features

  • You can use message components and handle component interactions easily!
  • Third-party of py-cord.

Docs

Install

# GitHub (Develop)
pip install --upgrade git+https://github.com/spacedev-official/py-cord-components.git

# Pypi (Current)
pip install --upgrade py-cord-components

Example

You can see many examples here.

License

This project is under the MIT License.

Repos using PycordComponents

How-to use

  • Every discord.py, discord, DiscordComponent, discord_components mention should be changed to
    py-cord, pycord, PycordComponent, py_cord_component