From 9fdc066639c864dc734fbe0305a880602180eb8a Mon Sep 17 00:00:00 2001 From: codey Date: Wed, 27 Nov 2024 19:02:39 +0000 Subject: [PATCH] Update LoveHate --- LoveHate.md | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) 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