Compare commits

...

3 commits

Author SHA1 Message Date
633c9022bb
fix(bible): added tags to the info.json file
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 19:57:24 -05:00
13e7bb81dd
fix(backup): added tags to the info.json file 2024-02-01 19:57:21 -05:00
337d873ad5
misc(repo): changed repository name 2024-02-01 19:57:11 -05:00
3 changed files with 12 additions and 3 deletions

View file

@ -10,5 +10,10 @@
"min_bot_version": "3.5.5", "min_bot_version": "3.5.5",
"max_bot_version": "3.5.5", "max_bot_version": "3.5.5",
"min_python_version": [3, 10, 0], "min_python_version": [3, 10, 0],
"tags": [] "tags": [
"utility",
"backup",
"restore",
"migration"
]
} }

View file

@ -9,5 +9,9 @@
"disabled": false, "disabled": false,
"min_bot_version": "3.5.0", "min_bot_version": "3.5.0",
"min_python_version": [3, 10, 0], "min_python_version": [3, 10, 0],
"tags": [] "tags": [
"fun",
"utility",
"api"
]
} }

View file

@ -3,7 +3,7 @@
"SeaswimmerTheFsh (seasw.)" "SeaswimmerTheFsh (seasw.)"
], ],
"install_msg": "Thanks for installing my repo!\n\nIf you have any issues with any of the cogs, please create an issue [here](https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs/issues) or join my [Discord Server](https://discord.gg/eMUMe77Yb8 ).", "install_msg": "Thanks for installing my repo!\n\nIf you have any issues with any of the cogs, please create an issue [here](https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs/issues) or join my [Discord Server](https://discord.gg/eMUMe77Yb8 ).",
"name": "SeaCogs", "name": "sea-cogs",
"short": "Various cogs for Red, by SeaswimmerTheFsh (seasw.)", "short": "Various cogs for Red, by SeaswimmerTheFsh (seasw.)",
"description": "Various cogs for Red, by SeaswimmerTheFsh (seasw.)" "description": "Various cogs for Red, by SeaswimmerTheFsh (seasw.)"
} }