diff --git a/src/__init__.py b/src/__init__.py index 0f704d9..dd592fd 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -6,7 +6,7 @@ Sebi-Machine. __author__ = 'Annihilator708' # TODO: add yourselves here. I can't remember everyones handles. -__contributors__ = (__author__, 'Neko404NotFound',) +__contributors__ = (__author__, 'Neko404NotFound', 'Dusty.P') __license__ = 'MIT' __title__ = 'Sebi-Machine' __version__ = 'tbd' diff --git a/src/cogs/git.py b/src/cogs/git.py index a49ec95..85589bc 100644 --- a/src/cogs/git.py +++ b/src/cogs/git.py @@ -29,12 +29,12 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. import discord from discord.ext import commands -import logging -from ..shared_libs.utils import paginate, run_command, loggable +from src.shared_libs.utils import paginate, run_command +from src.shared_libs.loggable import Loggable import asyncio -class Git(loggable.Loggable): +class Git(Loggable): def __init__(self, bot): self.bot = bot