ItsCxdy commited on
Commit
4098289
·
verified ·
1 Parent(s): 3ba2122

Create run.sh

Browse files
Files changed (1) hide show
  1. run.sh +7 -0
run.sh ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Ensure the log directory exists
4
+ mkdir -p UserChatLogs
5
+
6
+ # Execute the main Python bot script
7
+ python telegram_bot.py