From f5cd6f5f42a345c0987b5bc5d39baa9a77632678 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Tue, 22 Jun 2021 17:28:14 -0700 Subject: [PATCH] [Dungeon] Depreciated Hiding this cog so people can use Defender instead, because it's better and can do this with it's eye closed. Yes, one eye. You can find Defender at: https://github.com/Twentysix26/x26-Cogs --- dungeon/info.json | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/dungeon/info.json b/dungeon/info.json index 686742d..3581754 100644 --- a/dungeon/info.json +++ b/dungeon/info.json @@ -1,20 +1,12 @@ { - "author": [ - "aikaterna" - ], + "author": ["aikaterna"], "description": "Provides additional raid protection for servers utilizing a welcome/rules join channel.", - "install_msg": "Please read the additional instructions at: ", - "min_python_version": [3, 6, 0], - "permissions" : [ - "ban_members", - "manage_channels", - "manage_roles" - ], + "install_msg": "Please read the additional instructions at: ", + "min_python_version": [3, 6, 0], + "permissions" : ["ban_members", "manage_channels", "manage_roles"], "short": "Specialized raid protection.", - "tags": [ - "dungeon", - "autoban" - ], + "tags": ["dungeon", "autoban"], "type": "COG", + "hidden": true, "end_user_data_statement": "This cog does not persistently store end user data. This cog does store discord IDs as needed for operation. " -} \ No newline at end of file +}