Added commands I think

This commit is contained in:
JustMaffie 2017-05-28 00:18:34 +02:00
parent eb4e03398a
commit 779f89518b

View File

@ -16,7 +16,7 @@ from titanembeds.database.guild_members import GuildMembers
from titanembeds.database.unauthenticated_users import UnauthenticatedUsers
from titanembeds.database.unauthenticated_bans import UnauthenticatedBans
class DatabaseInterface():
class DatabaseInterface(object):
# Courtesy of https://github.com/SunDwarf/Jokusoramame
def __init__(self, bot):
self.bot = bot