Description update

pull/19/head
Bobloy 7 years ago
parent 46707e63f2
commit 954361635e

@ -4,6 +4,7 @@ Cog Function
| Name | Status | Description (Click to see full status) | Name | Status | Description (Click to see full status)
| --- | --- | --- | | --- | --- | --- |
| announcedaily | **Alpha** | <details><summary>Send daily announcements to all servers at a specified times</summary>Commissioned release, so suggestions will not be accepted</details> |
| ccrole | **Beta** | <details><summary>Create custom commands that also assign roles</summary>May have some bugs, please create an issue if you find any</details> | | ccrole | **Beta** | <details><summary>Create custom commands that also assign roles</summary>May have some bugs, please create an issue if you find any</details> |
| chatter | **Alpha** | <details><summary>Chat-bot trained to talk like your guild</summary>Missing some key features, but currently functional</details> | | chatter | **Alpha** | <details><summary>Chat-bot trained to talk like your guild</summary>Missing some key features, but currently functional</details> |
| coglint | **Alpha** | <details><summary>Error check code in python syntax posted to discord</summary>Works, but probably needs more turning to work for cogs</details> | | coglint | **Alpha** | <details><summary>Error check code in python syntax posted to discord</summary>Works, but probably needs more turning to work for cogs</details> |

@ -7,11 +7,11 @@
0, 0,
0 0
], ],
"description": "Cog Template", "description": "Send daily announcements to all servers at a specified times",
"hidden": true, "hidden": true,
"install_msg": "Thank you for installing MyCog", "install_msg": "Thank you for installing AnnounceDaily! Get started with `[p]help AnnounceDaily`",
"requirements": [], "requirements": [],
"short": "Cog Template", "short": "Send daily announcements",
"tags": [ "tags": [
"bobloy" "bobloy"
] ]

Loading…
Cancel
Save