mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
fix(bench): missing app id (#2955)
This commit is contained in:
@@ -24,6 +24,7 @@ const MESSAGE_SIZE = 20000
|
||||
|
||||
const bot = createBot({
|
||||
token: process.env.DISCORD_TOKEN ?? " ",
|
||||
applicationId: 1n,
|
||||
events: {},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user