1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 13:02:38 +00:00

Update README

This commit is contained in:
Myned 2022-02-21 14:53:10 -06:00
parent df0866b424
commit 5956d9301e
No known key found for this signature in database
GPG key ID: 33790F979F7A28B8

View file

@ -5,17 +5,17 @@ An experimental [Hikari](https://www.hikari-py.dev) Discord bot for reverse imag
[Poetry](https://python-poetry.org) [Poetry](https://python-poetry.org)
## Installing ## Installing
``` ```
git clone -b hikari https://github.com/Myned/Modufur.git git clone --branch hikari https://github.com/Myned/Modufur.git
``` ```
``` ```
cd Modufur cd Modufur
``` ```
``` ```
poetry install poetry install --no-dev
``` ```
## Usage ## Usage
``` ```
poetry run python run.py poetry run python -00 run.py
``` ```
## Setup ## Setup
`config.toml` will automatically generate if it does not exist `config.toml` will automatically generate if it does not exist
@ -40,6 +40,16 @@ poetry env remove python
``` ```
poetry update poetry update
``` ```
## Contributing
```
git clone --branch hikari https://github.com/Myned/Modufur.git
```
```
cd Modufur
```
```
poetry install
```
## Credits ## Credits
[hikari](https://github.com/hikari-py/hikari)\ [hikari](https://github.com/hikari-py/hikari)\
[hikari-lightbulb](https://github.com/tandemdude/hikari-lightbulb)\ [hikari-lightbulb](https://github.com/tandemdude/hikari-lightbulb)\