mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Bugfix
This commit is contained in:
@@ -1800,7 +1800,7 @@ async def dodaj_do_ulubionych(ctx):
|
||||
logger.info("Zaczynam szukać timestamp %s", datetime.now())
|
||||
|
||||
dlugosc_playlisty = ctx.message.content.split()[1]
|
||||
word_list = ctx.message.content.split()[1:]
|
||||
word_list = ctx.message.content.split()[]
|
||||
jrequest = {
|
||||
"lista_slow": word_list,
|
||||
"dlugosc_plejlisty": dlugosc_playlisty,
|
||||
|
||||
Reference in New Issue
Block a user