fixed mis print

This commit is contained in:
Faiz Ahmed
2021-07-26 13:45:49 -04:00
parent 6ce3056476
commit 518152e8f5

View File

@@ -53,7 +53,7 @@ if Plex_LIBS is None:
Plex_LIBS = ["all"]
else:
Plex_LIBS = list(Plex_LIBS.split(', '))
print(Plex_LIBS)
class app(commands.Cog):
def __init__(self, bot):