diff options
| author | Alee <alee14498@gmail.com> | 2018-06-24 11:50:36 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-06-24 11:50:36 -0400 |
| commit | 1abdcfe8c1ec71b8a432f36fc60555431c2a247d (patch) | |
| tree | c245bdb070e13046a114aacbc13ace48e0995621 /test.js | |
| parent | 36edab160fd2e45e33f0e3df6b886ebaefdee9d8 (diff) | |
| download | AleeBot-1abdcfe8c1ec71b8a432f36fc60555431c2a247d.tar.gz AleeBot-1abdcfe8c1ec71b8a432f36fc60555431c2a247d.tar.bz2 AleeBot-1abdcfe8c1ec71b8a432f36fc60555431c2a247d.zip | |
Fixes
Diffstat (limited to 'test.js')
| -rw-r--r-- | test.js | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -35,12 +35,6 @@ const log = message => { };
-const rl = readline.createInterface({
- input: process.stdin,
- output: process.stdout,
- prompt: '> '.gray
-});
-
console.log(`AleeBot ${settings.abVersion}: Copyright (C) 2018 AleeCorp`.gray);
console.log('This program comes with ABSOLUTELY NO WARRANTY; for details type `show w\'.'.gray);
console.log ('This is free software, and you are welcome to redistribute it'.gray);
|
