Compare commits
No commits in common. "58174926036d4a26edd5b853029c5d1731585df9" and "9331a08b7c6a955074739ccfa163d5d5262c6231" have entirely different histories.
5817492603
...
9331a08b7c
3 changed files with 0 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,2 @@
|
|||
.env
|
||||
.swp
|
||||
**/.env
|
||||
./.env
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -6,7 +6,6 @@ services:
|
|||
restart: unless-stopped
|
||||
environment:
|
||||
BOT_TOKEN: "${TOKEN}"
|
||||
PYTHONUNBUFFERED: "1"
|
||||
volumes:
|
||||
- /root/friends/docker-volumes/oh-fortuna:/OhFortuna/data
|
||||
deploy:
|
||||
|
|
Loading…
Add table
Reference in a new issue