mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 09:50:07 +00:00
Remove test.ts file (dont worry the token is fake :) )
This commit is contained in:
13
test.ts
13
test.ts
@@ -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,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user