Skip to content

Commit e0ae275

Browse files
committed
fix
1 parent 3736569 commit e0ae275

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
python-dotenv
2+
praw

script.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
cache = {}
3333

3434
# Subreddit and trigger phrase
35-
subreddit_names = ['flatapartmentcheck',
36-
'indianteenagers', 'jeeneetards', 'twoxindia']
35+
subreddit_names = ['IndianTeenagers', 'JEENEETards']
3736
trigger_phrases = ['!wholesomenesscheck', '!wholesomecheck', '!uwucheck']
3837

3938
# Bot username

times_called.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0
1+
10

0 commit comments

Comments
 (0)