enhanced-discord.py VS pycord

Compare enhanced-discord.py vs pycord and see what are their differences.

enhanced-discord.py

An API wrapper for Discord written in Python. (by iDevision)

pycord

Pycord, a maintained fork of discord.py, is a python wrapper for the Discord API (by Pycord-Development)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
enhanced-discord.py pycord
6 29
1 2,639
- 0.5%
9.9 9.2
almost 2 years ago 2 days ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

enhanced-discord.py

Posts with mentions or reviews of enhanced-discord.py. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-26.
  • Opinion on Discord Python wrappers [Analysis]
    17 projects | /r/Discord_Bots | 26 Feb 2022
    enhanced-discord.py repo
  • discord.py bots
    4 projects | /r/Discord_Bots | 29 Dec 2021
    Pycord is a bad fork in my opinion. I recommend using discord.py until it's entirely dead and then switching to enhanced-discord.py (Or switching to it right now). You can get slash commands with discord.py using slash_util. You can also switch to a completely different Python Discord API wrapper, like hikari.
  • I want to learn how to make bots.
    1 project | /r/Discord_Bots | 7 Oct 2021
    enhanced-discord.py is a neat alternative to discord.py. And is what I use for python development. But yes, discord.js is a great place to start!
  • [Megathread] The Future of discord.py
    17 projects | /r/Discord_Bots | 10 Sep 2021
    Components via view.
  • So Discord.py is dead
    1 project | /r/Discord_Bots | 9 Sep 2021
    I am currently gonna use discord.py unless there is a breaking change, if there is I'd switch to enhanced-dpy since that is the only one that wasn't created just after the discontinuation and I've been seeing that fork for a long time now and it has some good features already

pycord

Posts with mentions or reviews of pycord. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-13.
  • How do you handle push notifications?
    5 projects | /r/selfhosted | 13 Apr 2023
  • guild.get_member(id).roles only updates its output when the user sends a message in chat
    1 project | /r/Discord_Bots | 28 Jan 2023
  • pycord - object has no attribute 'children'
    1 project | /r/Discord_Bots | 20 Dec 2022
    Theres some examples here
  • Making bump reminder bot
    6 projects | /r/Discord_Bots | 19 Nov 2022
    Pycord | Docs | A different fork. Can't say much. Tried to help people that use it and it didn't seem very cool. Plus, I've heard the support server is super childish.
  • how to make a ticket bot?
    2 projects | /r/discordbots | 21 Aug 2022
    So the “tickets” are a currency? If so that should be pretty simple; You just need a database like Mariadb|Docker and a way to interact with it, like sqlalchemy, then you just pick your favorite bot framework, like pycord, and build it. These are based on python but there should be node or whatever other language you prefer equivalents.
  • Advice on Python library for new project
    1 project | /r/Discord_Bots | 15 Jul 2022
    I moved to pycord, which recently released a stable 2.0.0 version with very good documentation and examples to work with.
  • Discord.py has resumed development. Here's Danny's announcement on coming back!
    1 project | /r/Discord_Bots | 9 Mar 2022
    That seems likely, thanks for the tip. I was working on the code on my local Windows for a long time, but only very recently tried to get the server Ubuntu going, so I guess I was using pycord from before that switch (apparently took place Mid Feb https://github.com/Pycord-Development/pycord/pull/1012 ), and during server installation I pulled a newer version.
  • Discord.py returns to the discord bot scene
    1 project | news.ycombinator.com | 5 Mar 2022
    I have written a few bots using the discord.py library, and while I appreciate the hard work the developers have put in, and I can appreciate wanting to leave the scene, this puts a bad taste in my mouth. I and many others relied on this library to interface with the Discord service only for them to abruptly archive the repository with no warning, and then suddenly decide to return just as quickly. What guarantees do I have that they won't just up and leave again? They said that the Python Discord bot scene is in disarray, a situation that A. they themselves caused and B. isn't even true. A number of forks spun off of the original repository and some have continued promising feature work (https://github.com/Pycord-Development/pycord is the one I had identified as the fork I was planning to switch to). Looking at the contributors, it looks like there are now two completing efforts with zero collaboration between them. I get the impression that there was a large amount of behind the scenes drama, with the archival of the repository done simply to attract attention.
  • Pycord 2.1 how?
    2 projects | /r/Discord_Bots | 5 Mar 2022
    I haven't worked with the new features yet, but you can check out the example on the pycord repo. It should be enough to get you started.
  • Opinion on Discord Python wrappers [Analysis]
    17 projects | /r/Discord_Bots | 26 Feb 2022
    pycord repo

What are some alternatives?

When comparing enhanced-discord.py and pycord you can also consider the following projects:

Raid-Protect-Discord-Bot - A Discord Bot that allows you to protect your Discord server with captcha, anti profanity, anti nudity image, anti spam, account age required, logs...

discord.py - An API wrapper for Discord written in Python.

nextcord - A Python wrapper for the Discord API forked from discord.py

disnake-pr - An API wrapper for Discord written in Python.

discord-ui - A discord.py extension for sending, receiving and handling ui interactions in discord

hikari - A Discord API wrapper for Python and asyncio built on good intentions.

VALORANT-rank-yoinker - A Python app which retrieves the VALORANT rank and players' equipped skins during a match

disnake - An API wrapper for Discord written in Python.

discord-interactions - An attempt to implement discord interactions in an actually usable way