diff --git a/LoveHate.md b/LoveHate.md
index e69de29..f012772 100644
--- a/LoveHate.md
+++ b/LoveHate.md
@@ -0,0 +1,77 @@
+# LoveHate (set of commands)
+
+##### Access: Public
+
+Havoc can maintain a list of the things you/others love and hate!
+
+-----
+
+## Love
+
+-----
+
+Usage: `/love ` or `.love `
+
+Self explanatory.
+
+----
+
+## Hate
+
+-----
+
+Usage: `/hate ` or `.hate `
+
+Self explanatory.
+
+----
+
+## Dontcare
+
+-----
+
+Usage: `/dontcare ` or `.dontcare `
+
+Makes the bot forget your opinion of `thing`.
+
+----
+
+## Loves
+
+-----
+
+Usage: `/loves [user]` or `.loves [user]`
+
+`user` is optional. If not provided, returns your own list of loved things.
+
+----
+
+## Hates
+
+-----
+
+Usage: `/hates [user]` or `.hates [user]`
+
+`user` is optional. If not provided, returns your own list of hated things.
+
+----
+
+## WhoLoves
+
+-----
+
+Usage: `/wholoves ` or `.wholoves `
+
+Check who loves `thing`.
+
+----
+
+## WhoHates
+
+-----
+
+Usage: `/whohates ` or `.whohates `
+
+Check who hates `thing`.
+
+----
\ No newline at end of file