aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/main.py b/main.py
deleted file mode 100644
index bb95e79..0000000
--- a/main.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from iamai import Bot
-
-bot = Bot(hot_reload=True)
-
-if __name__ == "__main__":
- bot.run()