Ufoptg commited on
Commit
7eff50c
1 Parent(s): 70a3434

Update code2.py

Browse files
Files changed (1) hide show
  1. code2.py +1 -1
code2.py CHANGED
@@ -21,7 +21,7 @@ client = TelegramClient("TruesBlacklister", API_ID, API_HASH).start(bot_token=BO
21
  logger.info("Initialized Telethon client")
22
 
23
  # Define the list of blacklisted words
24
- blacklist = ["counterfeit", "meth", "shard", "heroin", "gbh"]
25
 
26
  @client.on(events.NewMessage(pattern='/start'))
27
  async def start(event):
 
21
  logger.info("Initialized Telethon client")
22
 
23
  # Define the list of blacklisted words
24
+ blacklist = ["counterfeit", "meth", "shard", "heroin", "ghb"]
25
 
26
  @client.on(events.NewMessage(pattern='/start'))
27
  async def start(event):