mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
Correct authors key syntax in plugin dict
Fix syntax error in plugin dictionary definition.
This commit is contained in:
parent
8fcb89492a
commit
5ebbadb946
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue