Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
KOOKIIEStudios committed Aug 4, 2022
1 parent 4786377 commit c6aff7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Lapis is inspired by the [MapleDiscBot](https://github.com/Bratah123/MapleDiscBo
Lapis accesses character and inventory attributes in [AzureMSv316](https://github.com/SoulGirlJP/AzureV316)-based databases using the [Lazuli API](https://team-spirit-productions.github.io/Lazuli/reference/lazuli/).


#### Current Status: **Released!**
#### Current Status: **Awaiting overhaul!**
The [discord.py](https://github.com/Rapptz/discord.py) has breaking changes going from v1 to v2. This means that the entire Lapis project has to be re-written to accommodate these changes. Note that following the re-write, we will be targeting Python 3.10+.

## Usage Notes
This project is licensed under the AGPL-3.0 license. This means you're free to modify and distribute it, for both private and commercial use, under the condition that the complete source code for derivative works be made available under the same license.
Expand All @@ -18,7 +19,7 @@ Note that when a modified version is used to provide a service over a network, t
Following the release of the advisory (see above), we have updated dependencies to include the security patch(es).
#### If you cloned/downloaded an earlier version, please update ASAP.

*Note: `aiohttp` is a library used by `discord.py`, which is the basis for most Python-based bots for Discord, including `Lapis`*.

### To grab the updates
1. Perform `git pull`
2. Grab the new dependencies
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.7.4.post0
aiohttp==3.7.4
aiosignal==1.2.0
async-timeout==3.0.1
attrs==20.3.0
Expand Down

0 comments on commit c6aff7f

Please sign in to comment.