mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Update discord_richpresence.py
This commit is contained in:
parent
9106aa9e47
commit
00cde20f8d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ if TYPE_CHECKING:
|
|||
ANDROID = babase.app.classic.platform == "android"
|
||||
DIRPATH = Path(
|
||||
f"{_babase.app.python_directory_user if build_number < 21282 else _babase.app.env.python_directory_user}/image_id.json")
|
||||
APP_VERSION = _babase.app.version if build_number < 21282 else _babase.app.env.version
|
||||
APP_VERSION = _babase.app.version if build_number < 21282 else (_babase.app.env.engine_version if build_number > 21823 else _babase.app.env.version)
|
||||
|
||||
if ANDROID: # !can add ios in future
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue