Hi, I'm trying to be able to autoswitch accounts after a certain amount of time, but I'm not sure how to use the following snippet of code.
Bot switchAccount(String username, String password, int pin)
I tried the following
Bot switchAccount(String "sampleusername", String "hunter2", int 0000);
Bot switchAccount("sampleusername", "hunter2", 0000);
Bot switchAccount(stringvarstoringusername, stringvarstoringpassword, intvarstoringpin);
but the code editor is giving me errors. Any help is much appreciated, thank you.