mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
change: prettier code
This commit is contained in:
committed by
GitHub Action
parent
4d33e1f68b
commit
d95c40cab0
+1
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user