Initial Template.
This commit is contained in:
12
scripts/start_bot.py
Executable file
12
scripts/start_bot.py
Executable file
@@ -0,0 +1,12 @@
|
||||
# !/bin/python3
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
||||
sys.path.insert(0, os.path.join(os.getcwd()))
|
||||
sys.path.insert(0, os.path.join(os.getcwd(), "src"))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
from bot import _main
|
||||
_main()
|
||||
Reference in New Issue
Block a user