Remove test.ts file (dont worry the token is fake :) )

This commit is contained in:
ayntee
2020-11-22 20:14:51 +04:00
parent 98774971b1
commit 5cb7580930

13
test.ts
View File

@@ -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,
},
});