diff --git a/lib/bot.js b/lib/bot.js index 8eea89d..418d911 100644 --- a/lib/bot.js +++ b/lib/bot.js @@ -132,7 +132,7 @@ class Bot extends EventEmitter { // Ensure we own CSGO // We have to wait until app ownership is cached to safely check - this.steamClient.once('appOwnershipCached', () => { + this.steamClient.once('ownershipCached', () => { if (!this.steamClient.ownsApp(730)) { winston.info(`${this.username} doesn't own CS:GO, retrieving free license`);