LeagueOfPoro / CapsuleFarmerEvolved

Automatically drops from lolesports.com and farm Esports Capsules
Other
812 stars 128 forks source link

feat: Print the time when the program started running #162

Closed ItsSpirax closed 1 year ago

ItsSpirax commented 1 year ago

Fixes #159

Summary of Changes

Prints the time when the program started in the welcome message

image

Additional context

I don't know which format (UTC / Local time, 24-hour/ 12-hour) will be more helpful, you guys can make the final decision.

Discord username (if different from GitHub): Spirax#3775

Testing instructions

Verify that the welcome message shows the current time on start.

How to download the PR for testing

Using GitHub CLI

  1. Clone this PR
  2. Run gh pr checkout 124 (Requires GitHub CLI)
  3. Follow the Advanced Installation Guides from the Wiki

Using regular GIT

  1. Fetch the PR git fetch origin pull/<PR_NUMBER>/head:<LOCAL_BRANCH_NAME> (e.g. git fetch origin pull/110/head:notif)
  2. Checkout the branch git checkout <LOCAL_BRANCH_NAME> (e.g. git checkout notif)
  3. Follow the Advanced Installation Guides from the Wiki
ItsSpirax commented 1 year ago

Does this look good?

image

Skribb11es commented 1 year ago

LGTM