From d0474a3707e704e7be1605061740ad3efb185aa2 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 16 Apr 2024 12:39:57 -0400 Subject: [PATCH] fix(antipolls): doesn't need to be marked as hidden anymore --- antipolls/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antipolls/info.json b/antipolls/info.json index 2af0457..569fa0c 100644 --- a/antipolls/info.json +++ b/antipolls/info.json @@ -5,7 +5,7 @@ "short" : "AntiPolls deletes messages that contain polls.", "description" : "AntiPolls deletes messages that contain polls, with a configurable per-guild role and channel whitelist and support for default Discord permissions (Manage Messages).", "end_user_data_statement" : "This cog does not store any user data.", - "hidden": true, + "hidden": false, "disabled": false, "min_bot_version": "3.5.0", "min_python_version": [3, 10, 0],