From db85e21b32632817bb8ada28f6266025d6342e87 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 28 Dec 2023 17:08:13 -0500 Subject: [PATCH] misc(art): disable/hide the cog --- art/art.py | 2 +- art/info.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/art/art.py b/art/art.py index 9648d9b..09afa0c 100644 --- a/art/art.py +++ b/art/art.py @@ -14,7 +14,7 @@ from .config import config, register_config class Art(commands.Cog): - """TODO.""" + """TODO. Broken until Discord.py 2.4 is released.""" __author__ = "SeaswimmerTheFsh" __version__ = "0.1.0" diff --git a/art/info.json b/art/info.json index 308bbaf..5436459 100644 --- a/art/info.json +++ b/art/info.json @@ -6,5 +6,5 @@ "description" : "TODO", "end_user_data_statement" : "This cog does not store end user data.", "hidden": true, - "disabled": false + "disabled": true }