Format JSON structure in rubyapi/info.json for improved readability by adding line breaks and indentation to the author and tags fields.
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
This commit is contained in:
parent
6efbd0d291
commit
fc0b4341d6
1 changed files with 10 additions and 3 deletions
|
@ -1,10 +1,17 @@
|
|||
{
|
||||
"name": "RubyAPI",
|
||||
"author": ["Valerie"],
|
||||
"author": [
|
||||
"Valerie"
|
||||
],
|
||||
"description": "A cog to handle Discord interactions and linked roles verification through Ruby API endpoints.",
|
||||
"short": "Ruby API integration for Discord interactions",
|
||||
"tags": ["api", "interactions", "verification", "roles"],
|
||||
"tags": [
|
||||
"api",
|
||||
"interactions",
|
||||
"verification",
|
||||
"roles"
|
||||
],
|
||||
"type": "COG",
|
||||
"end_user_data_statement": "This cog stores guild configuration for API endpoints. No personal user data is stored.",
|
||||
"min_bot_version": "3.5.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue