Skip to content

The Framework Used

CunningBard edited this page Jan 13, 2023 · 5 revisions

The Choice We Had

  • Discord.py

    • discord.py is a modern, easy-to-use, feature-rich, and async-ready API wrapper for Discord.

  • Forked from Discord.py

    • Nextcord
      • Nextcord is a modern, easy-to-use, feature-rich, and async-ready API wrapper for Discord, forked from discord.py.

    • Pycord
      • Pycord is a modern, easy-to-use, feature-rich, and async-ready API wrapper for Discord.

    • Disnake
      • A modern, easy-to-use, feature-rich, and async-ready API wrapper for Discord written in Python.

  • Hikari

    • A new, powerful, static-typed Python API for writing Discord bots.

Why We Didn't Pick

  • Nextcord
    • We only had 1 person who knows about this, and he isn't comfortable coding on it
  • Pycord
    • Has lots of bloats, programmers have Less Control over the bot
  • Disnake
    • We didn't have anyone who had experience with this library
  • Hikari
    • Hikari is still in Beta and we aren't willing to gamble a Jollibee meal for a non-production ready lib

Why We Picked Dicord.py

Discord py is a beginner-friendly library, It is easy to use, doesn't have that much bloat and we had programmers who had experience with it

but honestly speaking our Tech Lead didn't want to use a Lib other than Discord py(And I didn't wanna get more responsibilities to fight for other libs)

Python Discord Libs Feature Availability as of Making

photo of feature availability of python discord libs

Clone this wiki locally