mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 15:57:53 +00:00
Massive refactor/update/UX improvement dump. Closes #6.
This commit is contained in:
parent
f8e92375b0
commit
72590ec92c
20 changed files with 588 additions and 512 deletions
|
|
@ -1,12 +1,10 @@
|
|||
import asyncpg
|
||||
import asyncio
|
||||
import sys
|
||||
|
||||
import asyncio
|
||||
import os
|
||||
|
||||
import logging
|
||||
|
||||
import asyncpg
|
||||
import discord
|
||||
import logging
|
||||
import os
|
||||
import traceback
|
||||
|
||||
from pluralkit import db
|
||||
|
|
@ -136,4 +134,4 @@ def run():
|
|||
file=sys.stderr)
|
||||
sys.exit(1)
|
||||
|
||||
client.run(bot_token)
|
||||
client.run(bot_token)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue