Added config options & basic single-file executable

This commit is contained in:
Collin Rapp
2020-05-10 15:25:20 -07:00
parent fb03e9fff5
commit bdbd343f0c
9 changed files with 197 additions and 112 deletions

View File

@@ -1,3 +1,4 @@
"""Dummy file used for either runnning or freezing the bot."""
"""Entry point used for either runnning or freezing the bot."""
import pointsbot
pointsbot.run()