From 01328f55671a3aca94e9c0c5757e63f3ecb75637 Mon Sep 17 00:00:00 2001 From: Amitoj Singh <35400192+amitojsingh366@users.noreply.github.com> Date: Fri, 14 May 2021 00:38:10 +0300 Subject: [PATCH] chore: update CREATE_BOT_ACCOUNT.MD --- CREATE_BOT_ACCOUNT.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CREATE_BOT_ACCOUNT.MD b/CREATE_BOT_ACCOUNT.MD index 25e4be335..344f11c35 100644 --- a/CREATE_BOT_ACCOUNT.MD +++ b/CREATE_BOT_ACCOUNT.MD @@ -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" }