diff options
| author | seth <[email protected]> | 2023-04-04 23:23:28 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-05 20:34:12 -0400 |
| commit | 65d0b7a553f718b1ba34799e604ceb07c062af61 (patch) | |
| tree | 9a6b1c78aa6e79c2201ba124b536a05231b0ae20 /teawie_bot/__init__.py | |
| parent | ed076bbd6fc22b32ea353ae6bd3cac79d039719a (diff) | |
rewrite in rust :)
Diffstat (limited to 'teawie_bot/__init__.py')
| -rw-r--r-- | teawie_bot/__init__.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/teawie_bot/__init__.py b/teawie_bot/__init__.py deleted file mode 100644 index edb1c52..0000000 --- a/teawie_bot/__init__.py +++ /dev/null @@ -1,12 +0,0 @@ -import os - -from .bot import bot - -TOKEN = os.getenv("TOKEN") - - -def main(): - try: - bot.run(TOKEN) - except TypeError: - print("invalid/no token!") |
