fix(bench): missing app id (#2955)

This commit is contained in:
Jonathan Ho
2023-04-03 03:05:20 +00:00
committed by GitHub
parent af64b18518
commit fda9ef25f2
@@ -24,6 +24,7 @@ const MESSAGE_SIZE = 20000
const bot = createBot({
token: process.env.DISCORD_TOKEN ?? " ",
applicationId: 1n,
events: {},
})