Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shinshidevs/aurum-hikari
- Owner: ShinshiDevs
- License: mit
- Created: 2024-05-03T22:40:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T22:33:48.000Z (4 months ago)
- Last Synced: 2024-08-18T11:55:32.876Z (4 months ago)
- Topics: command-handler, commands, component-handler, components, discord, hikari
- Language: Python
- Homepage: https://shinshidevs.github.io/aurum-hikari/
- Size: 6.76 MB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Aurum
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.
# 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.