Update main.py
Browse files
main.py
CHANGED
@@ -53,7 +53,7 @@ api = ak.PornoHub(key=API_KEY)
|
|
53 |
|
54 |
not_allowed = ["hi", "hello", "hey", "hai", "help"]
|
55 |
|
56 |
-
@
|
57 |
async def must_join_channel(bot: Client, msg: Message):
|
58 |
MUST_JOIN = "RendyProjects"
|
59 |
try:
|
|
|
53 |
|
54 |
not_allowed = ["hi", "hello", "hey", "hai", "help"]
|
55 |
|
56 |
+
@Client.on_message(filters.incoming & filters.private, group=-1)
|
57 |
async def must_join_channel(bot: Client, msg: Message):
|
58 |
MUST_JOIN = "RendyProjects"
|
59 |
try:
|