forked from blizzthewolf/SeaCogs
misc(art): disable/hide the cog
This commit is contained in:
parent
263b730d97
commit
db85e21b32
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
"description" : "TODO",
|
||||
"end_user_data_statement" : "This cog does not store end user data.",
|
||||
"hidden": true,
|
||||
"disabled": false
|
||||
"disabled": true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue