Dispy is a Python library for making Discord bots that abstracts all the asynchronous programming and API interaction away. Dispy is different from discord.py and discord.js as it allows the user to write normal Python code and does not need intents, event loops, or async functions. Dispy does everything asynchronously in the background, meaning high performance without the developer having to deal with any of it.
Dispy enables bot creators to focus on their idea and their bots' structure instead of getting bogged down with learning an API. It makes development easier so that innovative concepts can be actualized without the frustration that normally comes with it.
Current Stat: Beta
Current Version: 0.1.0.7
Current Stability: Stable
- Gateway & Events
- Separated & Customized Arguments ^
- API Support
- Resume/Crash Handler
- Intents Calculation
- Rest API Support
- Generic Functions ^
- Custom Functions ^
- Rate Handler (Rate Limit)
- Full Exception Support
- Autocompletion
- Dispatched Events ~
- API Output ^
- Bot User Object
- API Input
- Asynchronous
- Hidden
- A way of awaiting output
- Multiple bots support
- Sharding Handler
- Auto-connect & Exception ignore (for linux machine)
- Logging
^
mean it is ready and coded into dispy but isn't complete. Contribute to finish it!
~
mean it is experimental and may be changed. (This can mean^
too)
This list is incomplete, go see the full list on the documentation.
We truly appreciate any contributions! If you have suggestions for improvement, you can follow this guide on the documentation!
If you'd like to suggest an improvement without coding, feel free to open an issue and tag it with "enhancement". And don’t forget to star the project if you find it helpful!
Thanks!
Dispy - Python Discord API library for discord bots.
Copyright (C) 2025 James French
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Install it with:
pip install dispy-bot
And get started with:
If you have any questions, suggestions or security bug to report, feel free to reach out to me:
- Email: [email protected]
- Discord: Jamesfrench_