mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Use better naming scheme in JSON files
(unknown authors will now be represented by `-` instead of anything else, as to avoid giving credits to people with similar names)
This commit is contained in:
parent
7c4ffaf2e2
commit
196e36c08d
2 changed files with 6 additions and 6 deletions
|
|
@ -1106,7 +1106,7 @@
|
|||
"external_url": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "IDK",
|
||||
"name": "-",
|
||||
"email": "",
|
||||
"discord": ""
|
||||
}
|
||||
|
|
@ -1144,7 +1144,7 @@
|
|||
"external_url": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "IDK",
|
||||
"name": "-",
|
||||
"email": "",
|
||||
"discord": ""
|
||||
}
|
||||
|
|
@ -1163,7 +1163,7 @@
|
|||
"external_url": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "IDK",
|
||||
"name": "-",
|
||||
"email": "",
|
||||
"discord": ""
|
||||
}
|
||||
|
|
@ -1201,7 +1201,7 @@
|
|||
"external_url": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "IDK",
|
||||
"name": "-",
|
||||
"email": "",
|
||||
"discord": ""
|
||||
}
|
||||
|
|
@ -1296,7 +1296,7 @@
|
|||
"external_url": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "IDK",
|
||||
"name": "-",
|
||||
"email": "",
|
||||
"discord": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1165,7 +1165,7 @@
|
|||
"external_url": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "IDK",
|
||||
"name": "-",
|
||||
"email": "",
|
||||
"discord": ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue