diff --git a/forums/info.json b/forums/info.json index 5b1a7c5..7dcb21a 100644 --- a/forums/info.json +++ b/forums/info.json @@ -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 } diff --git a/galaxy/info.json b/galaxy/info.json index e327adc..c76c62b 100644 --- a/galaxy/info.json +++ b/galaxy/info.json @@ -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 } diff --git a/info/info.json b/info/info.json index 2a92bac..8ab150e 100644 --- a/info/info.json +++ b/info/info.json @@ -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 .", - "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 } diff --git a/issues/info.json b/issues/info.json index d807dc0..6155804 100644 --- a/issues/info.json +++ b/issues/info.json @@ -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 } diff --git a/moderation/info.json b/moderation/info.json index 9b205e5..7d89ec4 100644 --- a/moderation/info.json +++ b/moderation/info.json @@ -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 } diff --git a/musicdownloader/info.json b/musicdownloader/info.json index 818dab1..9b6e746 100644 --- a/musicdownloader/info.json +++ b/musicdownloader/info.json @@ -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 } diff --git a/podcast/info.json b/podcast/info.json index e975f5f..66f57d6 100644 --- a/podcast/info.json +++ b/podcast/info.json @@ -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 } diff --git a/send/info.json b/send/info.json index 92ed183..bcd69b0 100644 --- a/send/info.json +++ b/send/info.json @@ -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 } diff --git a/shortmute/info.json b/shortmute/info.json index 73cdea8..014dc33 100644 --- a/shortmute/info.json +++ b/shortmute/info.json @@ -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 } diff --git a/suggestions/info.json b/suggestions/info.json index e422840..36f1533 100644 --- a/suggestions/info.json +++ b/suggestions/info.json @@ -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 } diff --git a/sugoncredit/info.json b/sugoncredit/info.json index 5be2f87..d2bdad0 100644 --- a/sugoncredit/info.json +++ b/sugoncredit/info.json @@ -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 } diff --git a/worldzero/info.json b/worldzero/info.json index e24d214..a850c29 100644 --- a/worldzero/info.json +++ b/worldzero/info.json @@ -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 }