We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac1ab3 commit d75a06eCopy full SHA for d75a06e
botbase/exts/log_commands.py
@@ -38,7 +38,7 @@ async def on_application_command_completion(self, inter: MyInter):
38
# ((CommandLog.amount, Unquoted("command_log.amount + 1")),),
39
# )
40
await CommandLog.raw(
41
- """INSERT INTO command_log
+ """INSERT INTO command_log (command, guild, channel, member, amount)
42
VALUES ({}, {}, {}, {}, 1)
43
ON CONFLICT (command, guild, channel, member)
44
DO UPDATE
0 commit comments