feat(art): introduced art cog
Some checks failed
Pylint / Pylint (3.11) (push) Failing after 42s

This commit is contained in:
SeaswimmerTheFsh 2023-12-28 10:00:14 -05:00
parent fa30a79b06
commit 48cd63c5d4
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE
3 changed files with 83 additions and 0 deletions

10
art/info.json Normal file
View file

@ -0,0 +1,10 @@
{
"author" : ["SeaswimmerTheFsh"],
"install_msg" : "Thank you for installing Art!\nYou can find the source code of this cog [here](https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs).",
"name" : "Art",
"short" : "TODO",
"description" : "TODO",
"end_user_data_statement" : "This cog does not store end user data.",
"hidden": false,
"disabled": false
}