updated info.json's for all cogs in the repository
All checks were successful
Pylint / Pylint (3.10) (push) Successful in 58s

This commit is contained in:
Seaswimmer 2023-10-22 13:22:44 -04:00
parent 466441265f
commit 1c247636d1
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8
12 changed files with 36 additions and 12 deletions

View file

@ -4,5 +4,7 @@
"name" : "Forums", "name" : "Forums",
"short" : "Custom cog intended for use on the Galaxy discord server.", "short" : "Custom cog intended for use on the Galaxy discord server.",
"description" : "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
} }

View file

@ -4,5 +4,7 @@
"name" : "Galaxy", "name" : "Galaxy",
"short" : "Custom cog intended for use on the Galaxy discord server.", "short" : "Custom cog intended for use on the Galaxy discord server.",
"description" : "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
} }

View file

@ -4,5 +4,7 @@
"name" : "Info", "name" : "Info",
"short" : "Provides information on Discord objects.", "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>.", "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
} }

View file

@ -4,5 +4,7 @@
"name" : "Issues", "name" : "Issues",
"short" : "This cog allows you to create Gitea issues through a Discord modal.", "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.", "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
} }

View file

@ -5,5 +5,7 @@
"short" : "Custom cog intended for use on the Galaxy discord server.", "short" : "Custom cog intended for use on the Galaxy discord server.",
"description" : "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.",
"requirements": ["mysql-connector-python", "humanize", "pytimeparse2"] "requirements": ["mysql-connector-python", "humanize", "pytimeparse2"],
"hidden": false,
"disabled": false
} }

View file

@ -5,5 +5,7 @@
"short" : "Custom cog intended for use on the Galaxy discord server.", "short" : "Custom cog intended for use on the Galaxy discord server.",
"description" : "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.",
"requirements": ["yt_dlp"] "requirements": ["yt_dlp"],
"hidden": true,
"disabled": true
} }

View file

@ -4,5 +4,7 @@
"name" : "Podcast", "name" : "Podcast",
"short" : "Provides a questions submission system.", "short" : "Provides a questions submission system.",
"description" : "Provies 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
} }

View file

@ -4,5 +4,7 @@
"name" : "Send", "name" : "Send",
"short" : "Allows you to send messages as the bot user!", "short" : "Allows you to send messages as the bot user!",
"description" : "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
} }

View file

@ -6,5 +6,7 @@
"description" : "Allows staff members to shortmute individuals for up to 30 minutes, using Discord's Timeouts feature.", "description" : "Allows staff members to shortmute individuals for up to 30 minutes, using Discord's Timeouts feature.",
"tags" : ["moderation, mutes, timeouts"], "tags" : ["moderation, mutes, timeouts"],
"end_user_data_statement": "This cog stores no end user data.", "end_user_data_statement": "This cog stores no end user data.",
"requirements": ["pytimeparse2"] "requirements": ["pytimeparse2"],
"hidden": true,
"disabled": false
} }

View file

@ -5,5 +5,7 @@
"short" : "Simple suggestions system.", "short" : "Simple suggestions system.",
"description" : "Per guild suggestions system.", "description" : "Per guild suggestions system.",
"tags" : ["suggestions, suggestion, voting"], "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
} }

View file

@ -5,5 +5,7 @@
"short" : "Simple points system.", "short" : "Simple points system.",
"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" : ["economy"], "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
} }

View file

@ -4,5 +4,7 @@
"name" : "World Zero", "name" : "World Zero",
"short" : "This cog is meant to provide random functions for my crippling World Zero addiction!", "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!", "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
} }