Skip to content

Commit 4e479e9

Browse files
author
Kile
committed
Bugfix
1 parent 14a8c05 commit 4e479e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

killua/cogs/todo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ async def create(
336336
else:
337337
return await ctx.send("This custom id is already taken", ephemeral=True)
338338

339-
l = TodoList.create(
339+
l = await TodoList.create(
340340
owner=ctx.author.id,
341341
title=name,
342342
status=status,

0 commit comments

Comments
 (0)