mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 08:20:08 +00:00
change: prettier code
This commit is contained in:
committed by
GitHub Action
parent
4d33e1f68b
commit
d95c40cab0
@@ -4,7 +4,7 @@ export * from "./events.ts";
|
||||
export * from "./handle_on_message.ts";
|
||||
export * from "./heartbeat.ts";
|
||||
export * from "./identify.ts";
|
||||
export * from './process_gateway_queue.ts'
|
||||
export * from "./process_gateway_queue.ts";
|
||||
export * from "./resharder.ts";
|
||||
export * from "./resume.ts";
|
||||
export * from "./spawn_shards.ts";
|
||||
|
||||
@@ -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