randydev commited on
Commit
b87068d
·
verified ·
1 Parent(s): 3b277eb

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -53,7 +53,7 @@ api = ak.PornoHub(key=API_KEY)
53
 
54
  not_allowed = ["hi", "hello", "hey", "hai", "help"]
55
 
56
- @Clienr.on_message(filters.incoming & filters.private, group=-1)
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: