Correct authors key syntax in plugin dict

Fix syntax error in plugin dictionary definition.
This commit is contained in:
Vishyyy 2026-04-06 00:21:15 +05:30 committed by GitHub
parent 8fcb89492a
commit 5ebbadb946
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ plugman = dict(
plugin_name="advanced_party_window",
description="Advanced your party window with lots of feature",
external_url="https://www.youtube.com/watch?v=QrES1jQGXF0",
authors": [
authors: [
{"name": "Mr.Smoothy", "email": "", "discord": "mr.smoothy"},
]
version="2.1.6",