https://github.com/vincentrps/framework
A hyper-user friendly bot framework built on hikari
https://github.com/vincentrps/framework
Last synced: about 2 months ago
JSON representation
A hyper-user friendly bot framework built on hikari
- Host: GitHub
- URL: https://github.com/vincentrps/framework
- Owner: VincentRPS
- License: mit
- Created: 2022-01-10T06:33:59.000Z (over 3 years ago)
- Default Branch: stable
- Last Pushed: 2022-06-26T07:36:25.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T03:41:21.698Z (4 months ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Framework
A hyper-user friendly bot framework built on [hikari](https://github.com/hikari-py/hikari).Framework is based off the blocking discord library [disco](https://github.com/b1naryth1ef/disco),
In both modularity and structure.Framework is also based off discord.py's command extension, [discord.ext.commands](https://github.com/Rapptz/discord.py/tree/master/discord/ext/commands).
# Installing
It will forever only be:
```py
pip install git+https://github.com/VincentRPS/framework
```
to install the stable release.for the unstable development version please do:
```py
pip install git+https://github.com/VincentRPS/framework@development
```