Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-discordpy
An Awesome list for all things Discord.py
https://github.com/kzndotsh/awesome-discordpy
Last synced: 3 days ago
JSON representation
-
Forks and Wrappers
-
Miscellaneous
- disnake - A modern, easy to use, feature-rich, and async-ready API wrapper for Discord written in Python.
- nextcord - A Python wrapper for the Discord API forked from discord.py.
- Novus - An asyncio Python wrapper around the Discord API, forked off of Rapptz's Discord.py.
- pycord - Pycord, a maintained fork of discord.py, is a python wrapper for the Discord API.
- mccoderpy/discord.py-message-components - A "fork" of discord.py library made by Rapptz with implementation of the Discord Message-Components & many other features by mccoderpy.
- tibue99/ezcord - An easy-to-use extension for Discord.py and Pycord.
-
-
Official Links
- Discord.py GitHub - Official GitHub repository for Discord.py.
- Discord.py Documentation - Official documentation for Discord.py.
- Discord.py Changelog - Official changelog for Discord.py.
- Discord.py Discord Server - Official Discord server for Discord.py.
-
Libraries and Extensions
-
Utilities
- InterStella0/starlight-dpy - A utility library for discord.py.
- clari7744/DPyUtils - Some extra discord.py additions such as duration utilities, converters, a context editor and more.
- tanrbobanr/dpy-check - A system for making more dynamic and complex checks on discord.py commands.
- robertwayne/cogwatch - Hot-reloading for discord.py-based command files.
- timelessnesses/dpyhr - Dpyhr is a hot cog reloader (that uses discord.py cog's implementation) to reload anytime you wanted to save.
- mikeshardmind/discord-scheduler - A persistent scheduling implementation suitable for use with discord.py.
-
UI - Pagination, Menus, Embeds and similar
- Defxult/reactionmenu - A library to create a discord.py 2.0+ paginator. Supports pagination with buttons, reactions, and category selection using selects.
- philskillz-coder/discord-py-paginator - A view paginator for discord.py.
- Soheab/modal-paginator - An extension for discord.py that allows you to paginate a Modal using buttons.
- Soheab/discord-ext-embeds - An extension for discord.py that adds a few nice-to-have features to discord.py's embed.
- Soheab/discord-py-paginators - An extension for discord.py that provides various paginators.
- Ikusaba-san/dpy-ui - An extension of discord.py that makes prompting users and pagination easier.
- thegamecracks/discord-ext-pager - A discord.py 2.0 paginator library with a similar interface to discord-ext-menus.
- OnceYT/dpy-paginator - A discord.py utility with no external dependencies that makes paginating embeds easier.
- keizaiya/discord-ext-flow - This library extends discord.ui, providing UI control based on state flows.
- sizumita/discord-ext-ui - An extension of discord-ui that adds some quality-of-life features.
- Seniatical/dpy-paginator - A simple pagination library for discord.py, comes with support for dropdown, button based pagination.
-
Miscellaneous
- CasuallyCalm/discord-pretty-help - An embed version of the built in help command for discord.py.
- Skelmis/Discord-Anti-Spam - DPY Anti-Spam is a package aimed to handle all required logic under the hood for handling spammers.
- YousefEZ/discord-qalib - Discord library built on discord.py to simplify source code by rendering markup (xml) templates of embeds and menus (Pagination).
-
Voice and Audio
- discord-ext-voice-recv - Voice receive extension package for discord.py.
- Sheppsu/discord-ext-listening - Voice receive extension for discord.py built on multiprocessing and designed to be flexible.
-
Authentication
- treeben77/discord-oauth2.py - API Wrapper for Discord OAuth2 & Linked Roles in Python.
-
Inter-Process Communication
- MiroslavRosenov/better-ipc - High-performance inter-process communication library designed to work with the latest version of discord.py.
- No767/discord-ext-ipcx - An maintained discord.py extension for inter-process communication.
-
Testing and Debugging
- CraftSpider/dpytest - A package that assists in writing tests for discord.py.
-
Metrics, Monitoring, and Logging
- discord-ext-prometheus - An extension for the discord.py library that enables Prometheus metrics.
- loguru-discord - Lightweight sink for Loguru that sends logs to Discord via webhook.
-
-
Example Bots
-
Miscellaneous
- Rapptz/RoboDanny - A discord bot written by Rapptz, the creator of discord.py.
- python-discord/bot - The community bot for the Python Discord community.
- python-discord/metricity - Advanced metric collection for the Python Discord server.
- alllthingslinux/tux - Tux is an all in one bot for the All Things Linux discord server.
- DeJayDev/speedboat - A Discord bot for managing large communities.
- joinemm/miso-bot - Miso is a multipurpose Discord bot with over 100 commands and features.
- AlexFlipnote/discord_bot - A simple discord bot that helps you getting started within discord.py.
- ZRunner/Axobot - A cool multipurpose Discord bot made in Python.
- Hunter87ff/Spruce - Spruce is a multi-functional open source Discord bot, designed to streamline the management of Discord tournaments and servers.
- MikeyUsersREC/ERM - A discord bot primarily focused on improving the Roblox staff experience.
- poketwo/poketwo - A Pokémon-oriented Discord bot that lets you collect pokémon. Catch pokémon in the wild, level your pokémon, compete with your friends, and more.
- wasi-master/wm_bot - A multipurpose discord bot with more than 220 commands.
- statch/gitbot - GitBot is a programmer toolkit for developers to stay productive and connect with their friends on GitHub right from Discord.
-
-
Blog Posts, Guides and Tutorials
-
Miscellaneous
- Discord.py Masterclass - A tutorial/guide explaining all features in discord.py and how to make a discord bot from scratch.
- User Installable Applications - Umbra's Rantings - This post is all about User Installable Applications and how to set them up.
- All about selects - Umbra's Rantings - This post is about the different types of select menus and how to use them.
- Application Command definition examples - Umbra's Rantings - This post is about the different types of application commands and how to use them.
- Application command basics - Umbra's Rantings - In this guide, you'll cover everything from regular ol' slash commands all the way to Modals and the other component goodies.
- Umbra's Sync Command - Umbra's Rantings - A full featured command and explanation for syncing your CommandTree.
-
-
Community Gists and Snippets
-
Miscellaneous
- 1oonie/Message Components - This gist shows you how to use message components in discord.py 2.0.
- advaith1/Intents Explainer - If you're wondering what Gateway Intents are, what Privileged Intents are, why your bot can't see statuses, or why your bot can't see member joins anymore, then this page should explain it to you!
- scragly/Learning discord.py - Comprehensive guide and resource list for learning and building Discord bots using discord.py, including setup, essential concepts, and examples.
- cibere/Defer Response - The defer response, defers the interaction response. This is typically used when the interaction is acknowledged and an optional secondary action will be done later. When deferring, you get up to 15 minutes to respond instead of the normal 3 seconds.
- Jeftaei/AppCommandErrorhandler.py - A robust error handler for discord.py commands, including app commands.
- mikeshardmind/SQLite Examples - "Common" discord bot sqlite examples.
- AkshuAgarwal/Interactions - A Basic guide about Discord Interactions and how to use them in discord.py.
- lykn/Buttons - A gist which shows/tells you how to make buttons using discord.py v2.
- LeoCx1000/MentionableTree implementation - Mentionable CommandTree implementation to allow mentioning slash commands in discord.py.
- lykn/Selects or Dropdowns - A gist explaining the right way to make drop down menus/select menus/selects in discord.py v2.
-
-
Archived/Deprecated
-
Miscellaneous
- thrzl/discord-ext-forms - A simpler way to make forms, surveys, and reaction input using discord.py.
- Ext-Creators/discord-ext-events - A discord.py extension with additional events.
- Ext-Creators/discord-ext-converters - A discord.py extension with a collection of useful converters.
- Ext-Creators/discord-ext-rx - A discord.py extension with a reactive events implementation.
- discord-py-ui/discord-ui - A discord.py extension that allows you to create and manage buttons, slash commands, and more.
-
-
Additional Resources
-
Miscellaneous
- Permissions Calculator - Create invite links for bots with specific permissions.
-
Programming Languages
Categories
Sub Categories
Keywords
discord
25
discord-py
23
python
21
discord-bot
19
bot
12
python3
8
discord-api
7
discordpy
5
discordbot
3
pagination
3
python-3
3
pycord
3
discord-buttons
3
discord4py
2
modals
2
discord-slash-commands
2
discord-select-menus
2
discord-interactions
2
discord-message-components
2
discord-menu
2
discord-paginator
2
tutorial
2
paginator
2
flask
2
dpy
2
postgresql
2
api-wrapper
2
slash-commands
2
message-components
2
async
2
py-cord
2
bot-framework
1
discord-reaction-menu
1
discord-reactions
1
embed-paginator
1
reaction-menu
1
selects
1
ezcord
1
discord-oauth2
1
interactions
1
linked-roles
1
oauth2
1
context-menus
1
extension
1
modal
1
asyncio
1
ipc
1
python312
1
metrics
1
discord-api-wrapper
1