pull/225/head
Aevann 2024-03-09 16:46:02 +02:00
parent 35eb23f536
commit fafc679a7b
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ def execute_blackjack(v, target, body, kind):
if all(i in body.lower() for i in x.split()):
execute = True
if SITE_NAME == 'rDrama' and 'cord' in body.lower() and kind == 'message':
if SITE_NAME == 'rDrama' and kind == 'message' and ('discord' in body.lower() or 'groomercord' in body.lower()):
execute = True
if not execute: return False