Documentation · Releases · PyPI · License
A flexible framework for handling commands and components.
The main purpose of this library is to help you create a bot and implement its functionality. It makes the process simpler and easier. Our goal is to provide you, as developers, with complete freedom of action and to highlight the benefits of Hikari.
Note
Aurum requires Python 3.10 or higher.
Run command:
pip install aurum-hikari
# Or
python -m pip install aurum-hikari # for unix-type systems
py -m pip install aurum-hikari # for windows
# You can use the -U flag with the `install` command (e.g., `pip install -U ...`) to update a package.
View in examples folder.
So far, no one has been using our library.
Not available yet.
If you find any errors in the library, please let us know about them on the issues Github page. Thanks!
- hikari-crescent - A command handler for Hikari that keeps your project neat and tidy.