diff --git a/.gitignore b/.gitignore index f1d2209..19ace02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ .env .swp -**/.env -./.env diff --git a/build/OhFortuna/src/bot.py b/build/OhFortuna/src/bot.py index 57c0755..997eeee 100644 --- a/build/OhFortuna/src/bot.py +++ b/build/OhFortuna/src/bot.py @@ -26,8 +26,6 @@ BOT_DATA_DIR = os.getenv('BOT_DATA_DIR', '') # Setup Bot bot = commands.Bot(command_prefix='!') -print("bot starting ...") - # Bot Initialization @bot.event async def on_ready(): @@ -339,4 +337,3 @@ async def roll(ctx, *, value: str = False): bot.run(TOKEN) -print("script end") diff --git a/docker-compose.yml b/docker-compose.yml index 0b21d65..18195ee 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,6 @@ services: restart: unless-stopped environment: BOT_TOKEN: "${TOKEN}" - PYTHONUNBUFFERED: "1" volumes: - /root/friends/docker-volumes/oh-fortuna:/OhFortuna/data deploy: