diff --git a/bot/cogs/counting.py b/bot/cogs/counting.py index e4bbde4..4698218 100644 --- a/bot/cogs/counting.py +++ b/bot/cogs/counting.py @@ -1,5 +1,5 @@ from discord.ext import bridge, commands -from ..bin.storage import storage +from bin.storage import storage class Counting(commands.Cog): def __init__(self, bot): diff --git a/bot/cogs/settings.py b/bot/cogs/settings.py index 99c9486..a47de2c 100644 --- a/bot/cogs/settings.py +++ b/bot/cogs/settings.py @@ -1,5 +1,5 @@ from discord.ext import bridge, commands -from ..bin.storage import storage +from bin.storage import storage class Settings(commands.Cog): def __init__(self, bot): diff --git a/push.sh b/push.sh old mode 100644 new mode 100755