Update LoveHate

codey 2024-11-27 19:02:39 +00:00
parent c6671aef01
commit 9fdc066639

@ -0,0 +1,77 @@
# LoveHate (set of commands)
##### Access: Public
Havoc can maintain a list of the things you/others love and hate!
-----
<span id="Love">## Love</span>
-----
Usage: `/love <thing>` or `.love <thing>`
Self explanatory.
----
<span id="Hate">## Hate</span>
-----
Usage: `/hate <thing>` or `.hate <thing>`
Self explanatory.
----
<span id="Dontcare">## Dontcare</span>
-----
Usage: `/dontcare <thing>` or `.dontcare <thing>`
Makes the bot forget your opinion of `thing`.
----
<span id="Loves">## Loves</span>
-----
Usage: `/loves [user]` or `.loves [user]`
`user` is optional. If not provided, returns your own list of loved things.
----
<span id="Hates">## Hates</span>
-----
Usage: `/hates [user]` or `.hates [user]`
`user` is optional. If not provided, returns your own list of hated things.
----
<span id="WhoLoves">## WhoLoves</span>
-----
Usage: `/wholoves <thing>` or `.wholoves <thing>`
Check who loves `thing`.
----
<span id="WhoHates">## WhoHates</span>
-----
Usage: `/whohates <thing>` or `.whohates <thing>`
Check who hates `thing`.
----