mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Pornol dl2
This commit is contained in:
@@ -1715,12 +1715,6 @@ async def krecimy_pornola(ctx):
|
|||||||
if re.match("http.*", item_yt):
|
if re.match("http.*", item_yt):
|
||||||
_, files = await get_file(ctx, "Pornol", item_yt)
|
_, files = await get_file(ctx, "Pornol", item_yt)
|
||||||
if files:
|
if files:
|
||||||
for file_iter in files:
|
|
||||||
global MUZYKA # pylint: disable=global-variable-not-assigned
|
|
||||||
MUZYKA["queue"].insert(0, file_iter)
|
|
||||||
music_file_list.update_file_list(file_iter)
|
|
||||||
MUZYKA["requester"].insert(0, ctx.author)
|
|
||||||
await ctx.send(f"Dodałem do listy {file_iter}")
|
|
||||||
logger.info("Pornol udany")
|
logger.info("Pornol udany")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user