change: prettier code

This commit is contained in:
Skillz4Killz
2021-10-25 15:26:51 +00:00
committed by GitHub Action
parent 4d33e1f68b
commit d95c40cab0
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -5,8 +5,7 @@ Deno.test("[Bot] - Starting Tests", async (t) => {
const bot = createBot({
token: TOKEN || Deno.env.get("DISCORD_TOKEN"),
botId: 675412054529540107n,
events: createEventHandlers({
}),
events: createEventHandlers({}),
intents: [],
}) as Bot;