mirror of
https://github.com/YuzuZensai/DiscordMobilePlayingCLI.git
synced 2026-01-06 04:33:07 +00:00
Add startup message
This commit is contained in:
2
index.js
2
index.js
@@ -14,6 +14,8 @@ myRL.init();
|
|||||||
myRL.setCompletion(['start', 'stop', 'set', 'update', 'exit']);
|
myRL.setCompletion(['start', 'stop', 'set', 'update', 'exit']);
|
||||||
myRL.setPrompt('> ');
|
myRL.setPrompt('> ');
|
||||||
|
|
||||||
|
console.log('DiscordMobilePlayingCLI ready');
|
||||||
|
|
||||||
let isStarted = false;
|
let isStarted = false;
|
||||||
let currentPackageName;
|
let currentPackageName;
|
||||||
let refreshInterval;
|
let refreshInterval;
|
||||||
|
|||||||
Reference in New Issue
Block a user