Initial commit

This commit is contained in:
2026-02-21 22:25:47 +00:00
parent a430ef27ac
commit 567c3ace88
17 changed files with 26 additions and 715 deletions

7
pointsbot.py Normal file
View File

@@ -0,0 +1,7 @@
"""Entry point used for either runnning or freezing the bot."""
import pointsbot
try:
pointsbot.run()
except KeyboardInterrupt as e:
print('\nShutting down...\n')