mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
consistency sent to the bot
This commit is contained in:
parent
330b79d287
commit
923413da65
1 changed files with 2 additions and 2 deletions
|
@ -2788,10 +2788,10 @@ exports.scheduledFunctionCrontab = functions.pubsub
|
|||
}
|
||||
});
|
||||
|
||||
async function announceLbUpdate(discordId, pos, lb, wpm, raw, acc) {
|
||||
async function announceLbUpdate(discordId, pos, lb, wpm, raw, acc, con) {
|
||||
db.collection("bot-commands").add({
|
||||
command: "sayLbUpdate",
|
||||
arguments: [discordId, pos, lb, wpm, raw, acc],
|
||||
arguments: [discordId, pos, lb, wpm, raw, acc, con],
|
||||
executed: false,
|
||||
requestTimestamp: Date.now(),
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue