From a08bf89723f59608ad9d9d8da03bf5c8b62f4375 Mon Sep 17 00:00:00 2001 From: Connor Smith Date: Fri, 7 Jul 2023 00:37:05 +1000 Subject: [PATCH] Initial structure --- README.md | 4 ++++ clock/__init__.py | 0 clock/clock.py | 0 clock/constants.py | 0 4 files changed, 4 insertions(+) create mode 100644 clock/__init__.py create mode 100644 clock/clock.py create mode 100644 clock/constants.py diff --git a/README.md b/README.md index 6614f35..59ebc6f 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,7 @@ A wise developer once said: Discord's just a bit shit like that, I get it. Oh! I'm also a utility to make sure you get to bed on time. + +## Thanks to +- [Axiol bot](https://github.com/GitBolt/axiol) for inspiration +- mig_ and risvh for moral support \ No newline at end of file diff --git a/clock/__init__.py b/clock/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/clock/clock.py b/clock/clock.py new file mode 100644 index 0000000..e69de29 diff --git a/clock/constants.py b/clock/constants.py new file mode 100644 index 0000000..e69de29