Spaces:
Running
Running
| #!/usr/bin/env python3 | |
| """ | |
| run_bot.py β bot.py ααα― VPS ααΎα¬ run αααΊ | |
| start.sh ααΎ background process α‘ααΌα αΊ αα±α«αΊαααΊ | |
| """ | |
| from bot import main | |
| if __name__ == "__main__": | |
| main() | |