This commit is contained in:
Skillz4Killz
2021-10-25 01:54:57 +00:00
committed by GitHub
parent 231554d091
commit cbfd81ea0b
7 changed files with 59 additions and 48 deletions

View File

@@ -6,8 +6,8 @@ Deno.test("[Bot] - Starting Tests", async (t) => {
token: TOKEN || Deno.env.get('DISCORD_TOKEN'),
botId: 0n,
events: createEventHandlers({
}),
raw: console.log,
}),
intents: [],
})