Added commands I think

This commit is contained in:
JustMaffie
2017-05-27 23:49:41 +02:00
parent fb304a6337
commit 0b0662e06c
2 changed files with 5 additions and 6 deletions

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(object):
class DatabaseInterface():
# Courtesy of https://github.com/SunDwarf/Jokusoramame
def __init__(self, bot):
self.bot = bot