Add avatars for systems

This commit is contained in:
Ske
2018-07-15 16:41:21 +02:00
parent b8539ec525
commit cdf1ab89dc
4 changed files with 34 additions and 6 deletions

View File

@@ -231,6 +231,7 @@ async def create_tables(conn):
name text,
description text,
tag text,
avatar_url text,
created timestamp not null default current_timestamp
)""")
await conn.execute("""create table if not exists members (