Skip to content

Commit

Permalink
Update alanautodp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
No-OnE-Kn0wS-Me authored Jul 24, 2020
1 parent 8f840e0 commit 75ea925
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions userbot/plugins/alanautodp.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
USING THIS PLUGIN CAN RESULT IN ACCOUNT BAN + CAS BAN + SPAM BAN + ACCOUNT SUSPENSION . WE DONT CARE ABOUT BAN, SO WE ARR USING THIS.
"""
import os
import asyncio
from telethon import events
from telethon.tl.types import ChannelParticipantsAdmins
from userbot import ALIVE_NAME, CMD_HELP
from userbot.utils import admin_cmd
from telethon import version
from math import ceil
import json
import random
import re
from telethon import events, errors, custom
import io
from platform import python_version, uname
from datetime import datetime
from PIL import Image, ImageDraw, ImageFont
from pySmartDL import SmartDL
Expand Down

0 comments on commit 75ea925

Please sign in to comment.