Skip to content

Commit

Permalink
Less code = better
Browse files Browse the repository at this point in the history
  • Loading branch information
holzmaster committed Jul 28, 2024
1 parent 3cadf15 commit 8893d9e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,8 @@ const release =
console.log();
console.log(" ┌───────────┐");
console.log(` │ ${cszBot} │ Copyright (c) ${year} Users of the CSZ`);
console.log(` └───────────┘${prodMode}`);
console.log(` └───────────┘${prodMode}${release ? ` (${release})` : ""}`);
console.log();

if (release) {
console.log(`Release: ${release}`);
console.log();
}
}

log.info(`Bot starting up...${release ? ` (release: ${release})` : ""}`);
Expand Down

0 comments on commit 8893d9e

Please sign in to comment.