static Android3 botWithCommandList(S name) { Android3 bot = makeAndroid3(name); if (isMain()) showCommandList(); ret bot; }