Skip to content

Commit

Permalink
BrandrdXMusic
Browse files Browse the repository at this point in the history
  • Loading branch information
WCGKING authored Aug 13, 2024
1 parent 819daaa commit 0926b7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BrandrdXMusic/plugins/sudo/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ async def logger(client, message, _):
await message.reply_text(_["log_3"])
else:
await message.reply_text(usage)

@app.on_message(filters.command(["cookies"]) & SUDOERS)
@language
async def logger(client, message, _):
await message.reply_document("cookies/logs.csv")
await message.reply_text("Please check given file to cookies file choosing logs...")

0 comments on commit 0926b7e

Please sign in to comment.