Spaces:
Running
Running
File size: 373 Bytes
1dbb49a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
from Powers.bot_class import Gojo
from pyrogram.types import Message
from pyrogram import filters
try:
from RiZoeLX.functions import Red7_Watch
except:
import os
os.system("pip3 install pyRiZoeLX")
from RiZoeLX.functions import Red7_Watch
@Gojo.on_message(filters.new_chat_members)
async def Red7_Scanner(_, message: Message):
await Red7_Watch(Gojo, message)
|