Fix typo again
This commit is contained in:
parent
1ae09945c0
commit
b6eb476162
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ function logUsedTokens(
|
|||
user: BigInt(getAuthor(message).id),
|
||||
channel: BigInt(message.channelId),
|
||||
guild: message.guildId ? BigInt(message.guildId) : null,
|
||||
usageReguest: usage.prompt_tokens,
|
||||
usageRequest: usage.prompt_tokens,
|
||||
usageResponse: usage.completion_tokens,
|
||||
functionName: functionName ?? null,
|
||||
functionRan: functionName ? functionRan : 0,
|
||||
|
|
Loading…
Reference in a new issue