diff --git a/README.md b/README.md
index 2e31a6d4de793a7ae84d9a322131b0564e39296c..f5dec01f4c34d46d8d596f5f1f7d59757f194966 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,26 @@
 # matrix-appservice-discord
 A very WIP bridge between Matrix and Discord in node.
+
+# Features:
+
+ - [x] Group messages
+ - [ ] Direct messages
+  - [ ] Recieving
+  - [ ] Initiating
+ - Matrix -> Discord
+   - [x] Text content
+   - [ ] Image content
+   - [ ] Audio/Video content
+   - [ ] Typing notifs
+   - [x] User Profiles
+ - Discord -> Matrix
+   - [x] Text content
+   - [ ] Image content
+   - [ ] Audio/Video content
+   - [x] Typing notifs
+   - [ ] User Profiles
+   - [ ] Presence
+ - [ ] Webhooks (allows for prettier messages to discord)
+ - [ ] Rooms react to Discord updates
+ - [ ] Manage channel from Matrix
+ - [ ] VOIP (**Hard** | Unlikely to be finished anytime soon)