diff --git a/nowater.txt b/nowater.txt deleted file mode 100644 index e69de29..0000000 diff --git a/plugins/watered.py b/plugins/watered.py index b8ceef7..a3cf13e 100644 --- a/plugins/watered.py +++ b/plugins/watered.py @@ -15,12 +15,12 @@ verbs = [ class IgnoredUsers: def __init__(self): - if 'nowater.txt' not in listdir(): - open('nowater.txt', 'w').close() + if 'date/nowater.txt' not in listdir(): + open('date/nowater.txt', 'w').close() @property def users(self): - with open('nowater.txt', 'r') as w: + with open('date/nowater.txt', 'r') as w: u = [i.strip() for i in w.readlines() if i.strip()] return u