Bot release + build is now shown on startup

This commit is contained in:
Anthony M 2021-03-12 10:52:40 -06:00 committed by GitHub
parent 83b79e1dd5
commit 446a38f31a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -25,7 +25,11 @@ const activities_list = [
"videos on Hulu",
"American Truck Simulator",
"with my users!",
"with Sophies skirt"
"with Sophies skirt",
"Euro Truck Simulator 2",
"with a screwdriver",
"Found new hardware.",
"@everyone"
];
console.log('Starting! This should only take a moment.')
@ -51,7 +55,7 @@ client.once('ready', () => {
console.log(' / /| | / __ \/ / __/ ___/ __ \| |/_/');
console.log(' / ___ |/ / / / / /_/ / / /_/ /> < ');
console.log('/_/ |_/_/ /_/_/\__/_/ \____/_/|_| ')
console.log(release + " " + build)
console.log('All Systems Go. | Anitrox (C) 2021 IDeletedSystem64.');
});
setInterval(() => {