Skip to content

Commit

Permalink
Phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
hypergonial committed Dec 29, 2023
1 parent f624710 commit 3198008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ This is what a basic component menu looks like with miru:
client = miru.GatewayClient(bot)
```

Next up, we need to send our view. `miru` has built-in support for most command handlers, and naturally raw hikari as well.
Next up, we need to send our view. `miru` has support for all popular command handlers, and naturally raw hikari as well.

In the examples below, we will use the Gateway variant of our code, but with command handlers that support REST, it will work
identically, unless otherwise mentioned.
Expand Down

0 comments on commit 3198008

Please sign in to comment.