From 5ba784c2e764c3096239d0a227719c5c8b4a041f Mon Sep 17 00:00:00 2001 From: Yuzu Date: Thu, 5 May 2022 19:08:21 +0700 Subject: [PATCH] Add startup message --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 89d9cb6..47d31c2 100644 --- a/index.js +++ b/index.js @@ -14,6 +14,8 @@ myRL.init(); myRL.setCompletion(['start', 'stop', 'set', 'update', 'exit']); myRL.setPrompt('> '); +console.log('DiscordMobilePlayingCLI ready'); + let isStarted = false; let currentPackageName; let refreshInterval;