From cc94c0f270400c4563317f3d187fb2dbc6ee9eae Mon Sep 17 00:00:00 2001 From: Seya <31957516+sglkc@users.noreply.github.com> Date: Sun, 13 Oct 2024 07:45:43 +0700 Subject: [PATCH] fix variable --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }