Skip to content

Commit

Permalink
Update play_book.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiiRepair committed Aug 23, 2023
1 parent 13bc62d commit 57168a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/plugins/commands/play_book.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async def _(client: Client, message: Message):
h = _HTMLFilter()
book = os.path.join(c, f"../../downloads/books/{str(uuid.uuid4())}.pdf")
audiobook = os.path.join(
c, f"../../tmp/audiobooks/{str(uuid.uuid4())}.wav"
c, f"../../tmp/{str(uuid.uuid4())}.wav"
)
try:
if not message.reply_to_message:
Expand Down

0 comments on commit 57168a0

Please sign in to comment.