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

This commit is contained in:
Jonathan Ho
2023-04-02 20:05:20 -07:00
committed by GitHub
parent af64b18518
commit fda9ef25f2

View File

@@ -24,6 +24,7 @@ const MESSAGE_SIZE = 20000
const bot = createBot({
token: process.env.DISCORD_TOKEN ?? " ",
applicationId: 1n,
events: {},
})