diff --git a/README.md b/README.md
index 0bb7fc2..2ecdf51 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ Cog Function
 | coglint | **Alpha** | Error check code in python syntax posted to discord
Works, but probably needs more turning to work for cogs  |
 | fight | **Incomplete** | Organize bracket tournaments within discord
Still in-progress, a massive project  |
 | flag | **Incomplete** | Create temporary marks on users that expire after specified time
Not yet ported to v3  |
+| forcemention | **Alpha** | Mentions unmentionable roles
Very simple cog, mention doesn't persist  |
 | hangman | **Alpha** | Play a game of hangman
Some visual glitches and needs more customization  |
 | howdoi | **Incomplete** | Create temporary marks on users that expire after specified time
Not yet ported to v3  |
 | leaver | **Incomplete** | Send a message in a channel when a user leaves the server
Not yet ported to v3  |
diff --git a/forcemention/info..json b/forcemention/info..json
new file mode 100644
index 0000000..d08fab6
--- /dev/null
+++ b/forcemention/info..json
@@ -0,0 +1,19 @@
+{
+  "author": [
+    "Bobloy"
+  ],
+  "bot_version": [
+    3,
+    0,
+    0
+  ],
+  "description": "Mentions roles that are unmentionable",
+  "hidden": true,
+  "install_msg": "Thank you for installing ForceMention! Get started with `[p]forcemention`",
+  "requirements": [],
+  "short": "Mention unmentionables",
+  "tags": [
+    "bobloy",
+    "utils"
+  ]
+}
\ No newline at end of file