Skip to content

Commit

Permalink
chore: update CREATE_BOT_ACCOUNT.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
amitojsingh366 authored May 13, 2021
1 parent eebf583 commit 01328f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CREATE_BOT_ACCOUNT.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0. Auth with your regular account
1. Send ws message to create bot account with the username you want (you can create up to 100):
1. Send ws message to create bot account with the username you want (you can create up to 5):
```typescript
{ op: "user:create_bot", p: { username: "mybotname" }, ref: "[uuid]", v: "0.2.0" }

Expand Down

0 comments on commit 01328f5

Please sign in to comment.