REFACTOR: MUSIC LIBRARYgit status #91

This commit is contained in:
Terry Geng
2020-03-06 15:45:13 +08:00
parent 1cfe61291e
commit 665edec684
12 changed files with 448 additions and 129 deletions

View File

@ -1,11 +1,13 @@
bot = None
playlist = None
library = None
user = ""
is_proxified = False
dbfile = None
db = None
music_db = None
config = None
bot_logger = None