Skip to content

Commit

Permalink
fix revolt.py bug
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Nov 26, 2024
1 parent 05e4850 commit 4c9c20c
Showing 1 changed file with 40 additions and 3 deletions.
43 changes: 40 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,57 @@
"id": "revolt",
"name": "Revolt Support",
"description": "Unifier Revolt Support extension",
"version": "v1.3.7",
"release": 37,
"version": "v1.3.8",
"release": 38,
"minimum": 58,
"services": [
"bridge_platform"
],
"bridge_platform": "revolt",
"shutdown": true,
"requirements": [
"https://github.com/revoltchat/revolt.py/archive/refs/heads/master.zip",
"https://github.com/greeeen-dev/revolt.py/archive/refs/heads/master.zip",
"ulid-py",
"typing-extensions",
"aenum"
],
"attribution": {
"revolt.py": {
"author": "revoltchat",
"description": "Python wrapper for https://revolt.chat",
"repo": "https://github.com/revoltchat/revolt.py",
"license": "MIT",
"license_url": "https://github.com/revoltchat/revolt.py/blob/master/LICENSE"
},
"revolt.py (patched)": {
"author": "greeeen-dev",
"description": "Python wrapper for https://revolt.chat",
"repo": "https://github.com/greeeen-dev/revolt.py",
"license": "MIT",
"license_url": "https://github.com/greeeen-dev/revolt.py/blob/master/LICENSE"
},
"ulid-py": {
"author": "Andrew Hawker",
"description": "Universally Unique Lexicographically Sortable Identifier (ULID) in Python 3",
"repo": "https://github.com/ahawker/ulid",
"license": "Apache-2.0",
"license_url": "https://github.com/ahawker/ulid/blob/master/LICENSE"
},
"typing-extensions": {
"author": "Python Software Foundation",
"description": "Backported and experimental type hints for Python",
"repo": "https://github.com/python/typing_extensions",
"license": "PSF-2.0",
"license_url": "https://github.com/python/typing_extensions/blob/main/LICENSE"
},
"aenum": {
"author": "Ethan Furman",
"description": "Advanced Enumerations for Python",
"repo": "https://github.com/ethanfurman/aenum",
"license": "BSD-3-Clause",
"license_url": "https://github.com/ethanfurman/aenum/blob/master/aenum/LICENSE"
}
},
"modules": [
"bridge_revolt.py"
],
Expand Down

0 comments on commit 4c9c20c

Please sign in to comment.