forked from rDrama/rDrama
1
0
Fork 0

better syntax

master
Aevann 2024-03-07 21:08:55 +02:00
parent 9acc0170ed
commit f33fbbbe5a
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 'discord' in body.lower() and kind == 'message':
if SITE_NAME == 'rDrama' and 'cord' in body.lower() and kind == 'message':
execute = True
if not execute: return False