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 }