Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shinshidevs/aurum-hikari

A flexible framework for handling commands and components.
https://github.com/shinshidevs/aurum-hikari

command-handler commands component-handler components discord hikari

Last synced: about 1 month ago
JSON representation

A flexible framework for handling commands and components.

Awesome Lists containing this project

README

        





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.




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:
```md
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](./examples).

# 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](https://github.com/ShinshiDevs/aurum-hikari/issues). Thanks!

# Inspiration
- [hikari-crescent](https://github.com/hikari-crescent/hikari-crescent) - A command handler for Hikari that keeps your project neat and tidy.