diff --git a/bot/modules/todo/Tasklist.py b/bot/modules/todo/Tasklist.py index f1b2ebac..3618b734 100644 --- a/bot/modules/todo/Tasklist.py +++ b/bot/modules/todo/Tasklist.py @@ -479,7 +479,7 @@ class Tasklist: count = data.tasklist.select_one_where( select_columns=("COUNT(*)",), userid=self.member.id, - deleted_at=NOTNULL + deleted_at=NULL )[0] # Fetch maximum allowed count