Initial commit
This commit is contained in:
7
pointsbot.py
Normal file
7
pointsbot.py
Normal 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')
|
||||
Reference in New Issue
Block a user