You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alvin Cheng edited this page Mar 3, 2023
·
1 revision
Description
This is the login command, this command will log the bot into the Chill&Chat API to get access for the bot API. After logging in, you will get access to all protected commands such as: get-rooms or the on-message command. This command will use the username in parameter 1 and the password in parameter 2. Here is an example below
Example
login <USERNAME> <PASSWORD>;
Security
Please note that the password and usernames should be 100% confidential, which means you must store them in a separate file that is out of the git working tree. Please see this article regarding the git ignore files. If anyone obtains access to your account, they can send messages and do actions under your name.