fix: fixed requirements
This commit is contained in:
parent
34a9759a67
commit
56e4e8fe7c
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@
|
||||||
"description" : "Implements a way for moderators to give out social-credit like points, dubbed 'sugoncredits' by the community.",
|
"description" : "Implements a way for moderators to give out social-credit like points, dubbed 'sugoncredits' by the community.",
|
||||||
"tags" : ["bank"],
|
"tags" : ["bank"],
|
||||||
"end_user_data_statement": "This cog stores no end user data.",
|
"end_user_data_statement": "This cog stores no end user data.",
|
||||||
"requirements": "inflect, tabulate"
|
"requirements": ["inflect", "tabulate"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue