aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
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__":