Enhanced dashboard, bot adding handeling, list members, embed settings, etc

This commit is contained in:
Jeremy Zhang
2017-03-25 20:31:47 -07:00
parent a6bc5f753e
commit 53c06ed050
9 changed files with 246 additions and 29 deletions

View File

@ -8,7 +8,7 @@ class Guilds(db.Model):
def __init__(self, guild_id):
self.guild_id = guild_id
self.unauth_users = true # defaults to true
self.unauth_users = True # defaults to true
def __repr__(self):
return '<Guilds {0} {1}>'.format(self.id, self.guild_id)