diff --git a/Section-RocketChat-(basic).md b/Section-RocketChat-(basic).md index e82b2bc..59a6ba0 100644 --- a/Section-RocketChat-(basic).md +++ b/Section-RocketChat-(basic).md @@ -4,9 +4,11 @@ #REQUIRED (when not using webhooks) Server="https://yourrocketchatserver.domain.com:443" -#login/pass of your bot. (login needs to be the login with email address! user@domain.com) -#Use a dedicated user for this and not your own! +#login information for your bot #REQUIRED (when not using webhooks) +#You can use either Login/Password (login needs to be the login with email address! user@domain.com) +#or Login/Token. In this case, Login is actually your ID +#Use a dedicated user for this and not your own! Login="yourlogin@domain.com" Password="yourpass"