Compare commits

...

2 commits

3 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
.env
.swp
**/.env
./.env

View file

@ -26,6 +26,8 @@ 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():
@ -337,3 +339,4 @@ async def roll(ctx, *, value: str = False):
bot.run(TOKEN)
print("script end")

View file

@ -6,6 +6,7 @@ services:
restart: unless-stopped
environment:
BOT_TOKEN: "${TOKEN}"
PYTHONUNBUFFERED: "1"
volumes:
- /root/friends/docker-volumes/oh-fortuna:/OhFortuna/data
deploy: