Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
h4MeMengoding committed Mar 3, 2022
1 parent 9d23ff9 commit c35ee55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/dm/buat.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async def buat(bot, message):
chat_id=message.chat.id,
document=open(fileName, "rb"),
thumb=Config.PDF_THUMBNAIL,
caption = f"ℹ️ - Nama File: `{fileName}`\n\n`📄 - Total halaman: {pgnmbr}`"
caption = f"ℹ️ - Nama File: `{fileName}`\n\n📄 - Total halaman: `{pgnmbr}`"
)
await gnrtMsgId.edit(
"`✅ - Berhasil mengirim pdf`",
Expand Down

0 comments on commit c35ee55

Please sign in to comment.