Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
avipatilpro authored Apr 25, 2021
1 parent f659d14 commit bdc61b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebStreamer/bot/plugins/admin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) @AbirHasan2005
# (c) @Avishkarpatil | @AbirHasan2005

import os
import time
Expand Down Expand Up @@ -86,4 +86,4 @@ async def broadcast_(c, m):
caption=f"broadcast completed in `{completed_in}`\n\nTotal users {total_users}.\nTotal done {done}, {success} success and {failed} failed.",
quote=True
)
os.remove('broadcast.txt')
os.remove('broadcast.txt')

0 comments on commit bdc61b0

Please sign in to comment.