Check guilds existance

This commit is contained in:
Jeremy Zhang
2017-03-14 18:18:57 -07:00
parent 87c0487d50
commit dccda11674
2 changed files with 47 additions and 3 deletions

View File

@ -4,3 +4,4 @@ db = SQLAlchemy()
from guilds import Guilds
from unauthenticated_users import UnauthenticatedUsers
from unauthenticated_bans import UnauthenticatedBans
from authenticated_users import AuthenticatedUsers