Hopefully this doesn't break something
This commit is contained in:
parent
8104302e43
commit
4801daeafe
0
__init__.py
Normal file
0
__init__.py
Normal file
@ -4,7 +4,7 @@ import asyncio
|
||||
import discord
|
||||
from discord.ext.commands.formatter import Paginator as DannyPag
|
||||
from . import checks
|
||||
from geeksbot import Geeksbot
|
||||
from geeksbot_dev.geeksbot import Geeksbot
|
||||
import re
|
||||
import typing
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
until python /home/dusty/bin/geeksbot_dev/geeksbot.py; do
|
||||
until python -m /home/dusty/bin/geeksbot_dev; do
|
||||
echo "Geeksbot shutdown with error: $?. Restarting..." >&2
|
||||
sleep 1
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user