aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorAnInternetTroll <lucafulger@gmail.com>2020-05-06 11:36:50 +0000
committerAnInternetTroll <lucafulger@gmail.com>2020-05-06 11:36:50 +0000
commit7f15747e7689b9bc58105cc909f0d8b95081fbd9 (patch)
treef9ed35eb826722ffca8cf525b2c51123672ff162 /main.py
parent14fd81118a30dea394eca940cefb6dda86b66933 (diff)
downloadsteve-bot-7f15747e7689b9bc58105cc909f0d8b95081fbd9.tar
steve-bot-7f15747e7689b9bc58105cc909f0d8b95081fbd9.tar.gz
steve-bot-7f15747e7689b9bc58105cc909f0d8b95081fbd9.tar.bz2
steve-bot-7f15747e7689b9bc58105cc909f0d8b95081fbd9.tar.lz
steve-bot-7f15747e7689b9bc58105cc909f0d8b95081fbd9.tar.xz
steve-bot-7f15747e7689b9bc58105cc909f0d8b95081fbd9.tar.zst
steve-bot-7f15747e7689b9bc58105cc909f0d8b95081fbd9.zip
hiding my tracks :eyes:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.py b/main.py
index e7f0816..56e341b 100755
--- a/main.py
+++ b/main.py
@@ -3,7 +3,7 @@ import logging
from colorama import init as init_colorama
-from bot import CelesteBot
+from bot import BedrockBot
def setup_logging():
@@ -25,7 +25,7 @@ def setup_logging():
def run_bot():
- bot = CelesteBot()
+ bot = BedrockBot()
bot.run()
if __name__ == "__main__":