Skip to content

Commit d75a06e

Browse files
committed
a
1 parent bac1ab3 commit d75a06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botbase/exts/log_commands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async def on_application_command_completion(self, inter: MyInter):
3838
# ((CommandLog.amount, Unquoted("command_log.amount + 1")),),
3939
# )
4040
await CommandLog.raw(
41-
"""INSERT INTO command_log
41+
"""INSERT INTO command_log (command, guild, channel, member, amount)
4242
VALUES ({}, {}, {}, {}, 1)
4343
ON CONFLICT (command, guild, channel, member)
4444
DO UPDATE

0 commit comments

Comments
 (0)