// Type definitions for steam // Project: https://github.com/seishun/node-steam // Definitions by: Andrey Kurdyumov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// var bot = new Steam.SteamClient(); bot.logOn({ accountName: 'username', password: 'password' }); bot.on('loggedOn', function () { /* ... */ });