This commit is contained in:
Aevann1 2022-02-14 04:33:27 +02:00
parent 23fbca2223
commit 00c5d17d78
9 changed files with 55 additions and 65 deletions

View file

@ -10,7 +10,7 @@ class Treasure:
self.db = g.db
def check_for_treasure(self, in_text, from_comment):
if '!slots' not in in_text and '!blackjack' not in in_text:
if '!slots' not in in_text and '!blackjack' not in in_text and '!wordle' not in in_text:
seed = random.randint(1, 1000)
is_special = seed == 1000
is_standard = seed >= 990