reset discord_richpresence

This commit is contained in:
Loup-Garou911XD 2024-05-05 00:00:36 +05:30
parent 5e71b03bdc
commit 52d56ca5a1
4 changed files with 348 additions and 455 deletions

View file

@ -1,5 +1,9 @@
## Plugin Manager (dd-mm-yyyy)
### 1.0.19 (05-05-2024)
- Fixed an issue where changelog were not found
### 1.0.18 (28-04-2024)
- Fixed errors which were caused due to no internet connection.

View file

@ -1,6 +1,12 @@
{
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
"versions": {
"1.0.19": {
"api_version": 8,
"commit_sha": "30f0b9d",
"released_on": "04-05-2024",
"md5sum": "f0a9ed605dd91e2210a47a0cd6067ded"
},
"1.0.18": {
"api_version": 8,
"commit_sha": "5af504e",

View file

@ -1475,6 +1475,7 @@ class PluginManager:
def unset_index_global_cache(self):
try:
del _CACHE["index"]
del _CACHE["changelog"]
except KeyError:
pass

File diff suppressed because it is too large Load diff