Fix issue with gitignore, (i hope), Fixed import error. revert raatty change in self.ownerlist. still not working

This commit is contained in:
annihilator708
2018-05-23 19:40:23 +02:00
parent 523a2b094c
commit 4540c36d22
3 changed files with 6 additions and 6 deletions
+4 -2
View File
@@ -30,11 +30,13 @@ 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