From 5f3e765b51c5b47bc7f96622f2a484ee25487904 Mon Sep 17 00:00:00 2001 From: Conatum Date: Thu, 30 Dec 2021 23:06:46 +0200 Subject: [PATCH] fix (goals): Fix typo. --- bot/modules/stats/goals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/modules/stats/goals.py b/bot/modules/stats/goals.py index a3a03ae8..cec8f911 100644 --- a/bot/modules/stats/goals.py +++ b/bot/modules/stats/goals.py @@ -238,7 +238,7 @@ async def goals_command(ctx, flags, goal_type): ) # Passed all checks, edit task - task_table.update_were( + task_table.update_where( {'content': new_content}, taskid=tasklist[index]['taskid'] )