diff --git a/index.js b/index.js index a85da50..9b89a2b 100644 --- a/index.js +++ b/index.js @@ -27,7 +27,7 @@ async function run(cookie, games=latestGames) { log('debug', `\n----- CHECKING IN FOR ${game} -----`) if (!(game in endpoints)) { - log('error', `Game ${arg} is invalid. Available games are: zzz, gi, hsr, hi3, and tot`) + log('error', `Game ${game} is invalid. Available games are: zzz, gi, hsr, hi3, and tot`) continue }