Ehehe #12

Merged
ComputerTech merged 3 commits from Yuuki/EliteBot:master into master 2024-02-23 07:51:58 +01:00
Showing only changes of commit 48d0a7a7b0 - Show all commits

View file

@ -1,12 +1,15 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
import asyncio import asyncio
import os
import sys import sys
from src.bot import Bot from src.bot import Bot
def main(): def main():
os.makedirs('data', exist_ok=True)
if len(sys.argv) < 2: if len(sys.argv) < 2:
print('Usage: python elitebot.py <config_file>') print('Usage: python elitebot.py <config_file>')
sys.exit(1) sys.exit(1)