mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 23:37:54 +00:00
Move System and Member to separate files
This commit is contained in:
parent
138c0b7f8c
commit
49b4e4c1ef
9 changed files with 66 additions and 53 deletions
|
|
@ -8,7 +8,9 @@ import asyncpg
|
|||
import asyncpg.exceptions
|
||||
from discord.utils import snowflake_time
|
||||
|
||||
from pluralkit import System, Member, stats
|
||||
from pluralkit import stats
|
||||
from pluralkit.system import System
|
||||
from pluralkit.member import Member
|
||||
|
||||
logger = logging.getLogger("pluralkit.db")
|
||||
async def connect(username, password, database, host, port):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue