Skip to content

vadim-su/asyncord

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

68f3c3b Β· Sep 21, 2024
Sep 11, 2024
Sep 13, 2024
Jun 28, 2024
Sep 11, 2024
Sep 21, 2024
Sep 12, 2024
Sep 21, 2024
May 19, 2024
Sep 11, 2024
Sep 11, 2022
Sep 11, 2024
Sep 11, 2024
Sep 11, 2024

Repository files navigation

Asyncord πŸš€

Asyncord Logo

Introduction πŸ“š

Welcome to Asyncord, the next-generation library for building powerful and efficient Discord bots with Python!

Asyncord makes bot development seamless and enjoyable by closely following the official Discord API. It ensures your bots are fast and responsive. Whether you're a seasoned developer or a beginner, Asyncord provides the tools and documentation to create bots that handle everything from simple commands to complex interactions.

Key Features 🌟

  • ⚑ Fully Asynchronous: Asyncord is built with asynchronous programming from the ground up.

  • πŸ“ Total type hints coverage: The library is fully typed, with type hints for all functions and classes.

  • βœ… Complete Pydantic Schema Coverage: Asyncord incorporates full pydantic schema coverage, ensuring robust data validation and management.

  • πŸ› οΈ Full Discord Bot API Coverage: The library offers complete coverage of the Discord Bot API, enabling access to all the functionalities that Discord provides for bots. This includes handling messages, managing servers, user interactions, and more.

  • πŸ“– Clarity and Comprehensibility: Asyncord is designed to be more clear and understandable than other libraries, as it closely follows the official Discord API documentation. This adherence makes it easier for developers to implement and maintain their bots.

Installing πŸ› οΈ

To install the library, run the following command:

pip install asyncord

That's it! You're ready to start building your Discord bot. πŸ€–

Contributing 🀝

Contributions of all sizes are welcome. We appreciate any help, whether it's fixing a bug, improving the documentation, or adding a new feature. If you're interested in contributing, please read our contributing guidelines to get started. πŸš€

License πŸ“œ

This project is licensed under the MIT License. For more information, please refer to the LICENSE file. πŸ“„