diff --git a/test.ts b/test.ts deleted file mode 100644 index ce61c1b50..000000000 --- a/test.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { startBot } from "./mod.ts"; -import { Intents } from "./src/types/options.ts"; - -const token = "NzcxMDU2NzQzNTI1Nzc3NDM4.X5mkjQ.KhrhSnfw4fs1VfgRdg0cLxRrDkA"; - -await startBot({ - intents: [Intents.GUILDS, Intents.GUILD_MESSAGES], - token, - eventHandlers: { - ready: () => console.log("hello :)"), - debug: console.log, - }, -});