misc(art): disable/hide the cog

This commit is contained in:
Seaswimmer 2023-12-28 17:08:13 -05:00
parent 263b730d97
commit db85e21b32
Signed by untrusted user: cswimr
GPG key ID: 1EBC234EEDA901AE
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -6,5 +6,5 @@
"description" : "TODO",
"end_user_data_statement" : "This cog does not store end user data.",
"hidden": true,
"disabled": false
"disabled": true
}