Skip to content

Commit

Permalink
chore(main): output version on init
Browse files Browse the repository at this point in the history
  • Loading branch information
Holfz committed May 15, 2022
1 parent b36dcf6 commit 99998cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const RPC = new DiscordRPC.Client({ transport: 'ipc' });
let [discordReady, startTimestamp, playState] = [false, null, 0];

/* Main:STEAM */
logInfo('ApexRPC v1.0.2');
logInfo('Logging in...', 'main:steam');
SteamClient.logOn({
accountName: process.env.STEAM_USERNAME,
Expand Down

0 comments on commit 99998cd

Please sign in to comment.