fix: add missing email field in authors

This commit is contained in:
Rafsan1711 2026-06-21 20:03:53 +06:00 committed by GitHub
parent 8613b6203e
commit f78a4cd17c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ plugman = dict(
"Settings -> Friends."
),
external_url="",
authors=[{"name": "ItzHacker101"}],
authors=[{"name": "ItzHacker101", "email": "", "discord": ""}],
version="1.0.0",
)