Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 597 Bytes

File metadata and controls

19 lines (15 loc) · 597 Bytes

TimeMage

Discord bot for Timecard reminders

Scheduled Messages:

  • Reminder to submit timecards on 15th and last day of the month
  • Reminder to start tiem cards on the 2nd and 17th

Commands:

  • !timecard - Returns a brief summary of the current pay period including number of hours and holidays in teh pay period
  • !meme - Sends a random timecard meme from /assets/memes
  • !excuse - Generates a random excuse

Time Mage

Running pytest locally:

  • Create a venv: python3 -m venv venv
  • install requirements: pip install -r requirements.txt
  • run tests: pytest