diff --git a/README.md b/README.md
index 2f53825..8f61811 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,8 @@
Cog Function
| Name | Status | Description (Click to see full status)
-| --- | --- | --- |
+| --- | --- | --- |
+| announcedaily | **Alpha** | Send daily announcements to all servers at a specified times
Commissioned release, so suggestions will not be accepted |
| ccrole | **Beta** | Create custom commands that also assign roles
May have some bugs, please create an issue if you find any |
| chatter | **Alpha** | Chat-bot trained to talk like your guild
Missing some key features, but currently functional |
| coglint | **Alpha** | Error check code in python syntax posted to discord
Works, but probably needs more turning to work for cogs |
diff --git a/announcedaily/info..json b/announcedaily/info..json
index c762df6..c2e9ce6 100644
--- a/announcedaily/info..json
+++ b/announcedaily/info..json
@@ -7,11 +7,11 @@
0,
0
],
- "description": "Cog Template",
+ "description": "Send daily announcements to all servers at a specified times",
"hidden": true,
- "install_msg": "Thank you for installing MyCog",
+ "install_msg": "Thank you for installing AnnounceDaily! Get started with `[p]help AnnounceDaily`",
"requirements": [],
- "short": "Cog Template",
+ "short": "Send daily announcements",
"tags": [
"bobloy"
]