Skip to content

A flexible framework for handling commands and components with integrations.

License

Notifications You must be signed in to change notification settings

ShinshiDevs/aurum-hikari

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aurum

Documentation · Releases · PyPI · License

Static Badge PyPI - Python Version PyPI - Downloads PyPI - Status GitHub commit activity GitHub Issues or Pull Requests GitHub License

A flexible framework for handling commands and components with integrations.

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.

Installation

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.

Usage

View in examples folder.

Projects

So far, no one has been using our library.

Contributing

Not available yet.

Issues and bugs

If you find any errors in the library, please let us know about them on the issues Github page. Thanks!

Inspiration

  • hikari-crescent - A command handler for Hikari that keeps your project neat and tidy.