updated info.json's for all cogs in the repository
All checks were successful
Pylint / Pylint (3.10) (push) Successful in 58s
All checks were successful
Pylint / Pylint (3.10) (push) Successful in 58s
This commit is contained in:
parent
466441265f
commit
1c247636d1
12 changed files with 36 additions and 12 deletions
|
@ -4,5 +4,7 @@
|
|||
"name" : "Forums",
|
||||
"short" : "Custom cog intended for use on the Galaxy discord server.",
|
||||
"description" : "Custom cog intended for use on the Galaxy discord server.",
|
||||
"end_user_data_statement" : "This cog does not store any End User Data."
|
||||
"end_user_data_statement" : "This cog does not store any End User Data.",
|
||||
"hidden": false,
|
||||
"disabled": false
|
||||
}
|
||||
|
|
|
@ -4,5 +4,7 @@
|
|||
"name" : "Galaxy",
|
||||
"short" : "Custom cog intended for use on the Galaxy discord server.",
|
||||
"description" : "Custom cog intended for use on the Galaxy discord server.",
|
||||
"end_user_data_statement" : "This cog does not store any End User Data."
|
||||
"end_user_data_statement" : "This cog does not store any End User Data.",
|
||||
"hidden": true,
|
||||
"disabled": false
|
||||
}
|
||||
|
|
|
@ -4,5 +4,7 @@
|
|||
"name" : "Info",
|
||||
"short" : "Provides information on Discord objects.",
|
||||
"description" : "Provides information on Discord objects. Most of this code is shamelessly ripped from <https://github.com/Cog-Creators/Red-DiscordBot/tree/V3/develop/redbot/cogs>.",
|
||||
"end_user_data_statement" : "This cog does not store any End User Data."
|
||||
"end_user_data_statement" : "This cog does not store any End User Data.",
|
||||
"hidden": true,
|
||||
"disabled": false
|
||||
}
|
||||
|
|
|
@ -4,5 +4,7 @@
|
|||
"name" : "Issues",
|
||||
"short" : "This cog allows you to create Gitea issues through a Discord modal.",
|
||||
"description" : "This cog allows you to create Gitea issues through a Discord modal.",
|
||||
"end_user_data_statement" : "This cog does not store any End User Data."
|
||||
"end_user_data_statement" : "This cog does not store any End User Data.",
|
||||
"hidden": true,
|
||||
"disabled": false
|
||||
}
|
||||
|
|
|
@ -5,5 +5,7 @@
|
|||
"short" : "Custom cog intended for use on the Galaxy discord server.",
|
||||
"description" : "Custom cog intended for use on the Galaxy discord server.",
|
||||
"end_user_data_statement" : "This cog does not store any End User Data.",
|
||||
"requirements": ["mysql-connector-python", "humanize", "pytimeparse2"]
|
||||
"requirements": ["mysql-connector-python", "humanize", "pytimeparse2"],
|
||||
"hidden": false,
|
||||
"disabled": false
|
||||
}
|
||||
|
|
|
@ -5,5 +5,7 @@
|
|||
"short" : "Custom cog intended for use on the Galaxy discord server.",
|
||||
"description" : "Custom cog intended for use on the Galaxy discord server.",
|
||||
"end_user_data_statement" : "This cog does not store any End User Data.",
|
||||
"requirements": ["yt_dlp"]
|
||||
"requirements": ["yt_dlp"],
|
||||
"hidden": true,
|
||||
"disabled": true
|
||||
}
|
||||
|
|
|
@ -4,5 +4,7 @@
|
|||
"name" : "Podcast",
|
||||
"short" : "Provides a questions submission system.",
|
||||
"description" : "Provies a questions submission system.",
|
||||
"end_user_data_statement" : "This cog does not store any End User Data."
|
||||
"end_user_data_statement" : "This cog does not store any End User Data.",
|
||||
"hidden": true,
|
||||
"disabled": true
|
||||
}
|
||||
|
|
|
@ -4,5 +4,7 @@
|
|||
"name" : "Send",
|
||||
"short" : "Allows you to send messages as the bot user!",
|
||||
"description" : "Allows you to send messages as the bot user!.",
|
||||
"end_user_data_statement" : "This cog does not store any End User Data."
|
||||
"end_user_data_statement" : "This cog does not store any End User Data.",
|
||||
"hidden": true,
|
||||
"disabled": false
|
||||
}
|
||||
|
|
|
@ -6,5 +6,7 @@
|
|||
"description" : "Allows staff members to shortmute individuals for up to 30 minutes, using Discord's Timeouts feature.",
|
||||
"tags" : ["moderation, mutes, timeouts"],
|
||||
"end_user_data_statement": "This cog stores no end user data.",
|
||||
"requirements": ["pytimeparse2"]
|
||||
"requirements": ["pytimeparse2"],
|
||||
"hidden": true,
|
||||
"disabled": false
|
||||
}
|
||||
|
|
|
@ -5,5 +5,7 @@
|
|||
"short" : "Simple suggestions system.",
|
||||
"description" : "Per guild suggestions system.",
|
||||
"tags" : ["suggestions, suggestion, voting"],
|
||||
"end_user_data_statement": "This cog stores user names, discriminators, and IDs upon sending a suggestion. This data is used solely to display user information in suggestions."
|
||||
"end_user_data_statement": "This cog stores user names, discriminators, and IDs upon sending a suggestion. This data is used solely to display user information in suggestions.",
|
||||
"hidden": true,
|
||||
"disabled": false
|
||||
}
|
||||
|
|
|
@ -5,5 +5,7 @@
|
|||
"short" : "Simple points system.",
|
||||
"description" : "Implements a way for moderators to give out social-credit like points, dubbed 'sugoncredits' by the community.",
|
||||
"tags" : ["economy"],
|
||||
"end_user_data_statement": "This cog stores no end user data."
|
||||
"end_user_data_statement": "This cog stores no end user data.",
|
||||
"hidden": true,
|
||||
"disabled": false
|
||||
}
|
||||
|
|
|
@ -4,5 +4,7 @@
|
|||
"name" : "World Zero",
|
||||
"short" : "This cog is meant to provide random functions for my crippling World Zero addiction!",
|
||||
"description" : "This cog is meant to provide random functions for my crippling World Zero addiction!",
|
||||
"end_user_data_statement" : "This cog does not store any End User Data."
|
||||
"end_user_data_statement" : "This cog does not store any End User Data.",
|
||||
"hidden": true,
|
||||
"disabled": false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue