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'] )