Skip to content

Lapis v1.1.0-Release

Compare
Choose a tag to compare
@KOOKIIEStudios KOOKIIEStudios released this 17 Jan 07:15
· 8 commits to main since this release
6d58ba8

Updated dependencies, and added new commands

  • !chardeepcopy [ADMIN]
    • Fetches all attributes associated with the character, for admin to make debug-related queries
  • !accdeepcopy [ADMIN]
    • Fetches all attributes associated with the account, for admin to make debug-related queries

Upgrade instructions:

  1. Download the new files
    • Option A: Download source code from releases
    • Option B: git pull to fetch the differences
  2. Activate the venv (see wiki)
    • you don't have to do this if you're using Global Environment, instead of venv
  3. Run pip install -r requirements.txt
    • This is to install the new dependencies