feat(seautils): added the cog
All checks were successful
Actions / Build Documentation (MkDocs) (push) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (push) Successful in 44s

This commit is contained in:
SeaswimmerTheFsh 2024-05-13 19:26:13 -04:00
parent 09ab8aa69d
commit 7bd9531b58
Signed by: cswimr
GPG key ID: 5D671B5D03D65A7F
3 changed files with 59 additions and 0 deletions

12
seautils/info.json Normal file
View file

@ -0,0 +1,12 @@
{
"author" : ["SeaswimmerTheFsh (seasw.)"],
"install_msg" : "Thank you for installing SeaUtils!\nYou can find the source code of this cog [here](https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs).",
"name" : "SeaUtils",
"short" : "A collection of useful utilities.",
"description" : "A collection of useful utilities.",
"end_user_data_statement" : "This cog does not store end user data.",
"hidden": true,
"disabled": false,
"min_bot_version": "3.5.0",
"min_python_version": [3, 8, 0]
}