Skip to content

Commit

Permalink
document new features in 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrude committed May 14, 2023
1 parent 57ccb9c commit df9b81b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Real motivation: I wanted a chatbot in my discord that would act like my cat. A
| **stats** | track token generation speed, latency, failures and usage |
| **easy networking** | connects to discord from your machine using websockets, so no need to expose a server to the internet |
|**Stable Diffusion** | new in v0.1.4! Optional image generation with AUTOMATIC1111 |
|**Slash Commands* | coming in v0.1.6... did your bot get confused? `/lobotomize` it! |

## Getting Started with **`oobabot`**

Expand Down Expand Up @@ -280,6 +281,19 @@ same channel if others reply within 120 seconds of its last post. The exact
parameters for this are in flux, but is meant to simulate a natural conversation
flow, without forcing others to always post a wakeword.
### Slash Commands
As of 0.1.6, the bot now supports slash commands:
| **`/command`** | what it does |
|---------------|------------------|
| **`/lobotomize`** | make the bot forget everything in the channel before the command is run |
| **`/say "message"`** | speak as the bot |
Oobabot doesn't add any restrictions on who can run these commands, but luckily Discord does! You can find this inside Discord by visiting "Server Settings" -> Integrations -> Bots and Apps -> hit the icon which looks like [/] next to your bot
If you're running on a large server, you may want to restrict who can run these commands. I suggest creating a new role, and only allowing that role to run the commands.
## Known Issues
- detection of requests for photos is very crude, and will likely be improved in the future.
Expand Down

0 comments on commit df9b81b

Please sign in to comment.