forked from aykhan026/MusicUserBot
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathred_eye.py
46 lines (35 loc) · 1.32 KB
/
red_eye.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Ballasresmi - MusicUserBot
# Burdan hər hansı modulu kodu faylı reponu
# Kopyalayan peysərdi..!!!!
# Sahib - @BOT_RAMO
from pyrogram import filters, emoji
from pyrogram.types import Message
from ᴠᴏɪᴄᴇ_ɪᴅ.typos import *
from ᴠᴏɪᴄᴇ_ɪᴅ.vocal import *
"""
\____/ / \ \____/ / \ \____/ / \ \____/ / \ \____/ / \ \____/ /
/ __ \ \__/ / __ \ \__/ / __ \ \__/ / __ \ \__/ / __ \ \__/ / __ \ \_
"""
"+|==========================================🍁----------[-_-]----------🍁==============================================|+"
async def misa_misa_filter(
_,
__,
ryui: Message):
voice_chatting = ded.voice_chatting
if not voice_chatting.is_connected:
return False
chat_id = int("-100" + str(voice_chatting.full_chat.id))
if ryui.chat.id == chat_id:
return True
return False
"+|==========================================🍁----------[-_-]----------🍁==============================================|+"
misa_misa = filters.create(
misa_misa_filter
)
"""
\__/ \__/ \__/ \__/ \__/
/ \ / \ / \ / \ / \
BOT_RAMO
\__/ \__/ \__/ \__/ \__/
/ \ / \ / \ / \ / \
"""