mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
bots online
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import { Bot, createBot, createEventHandlers, startBot } from "../mod.ts";
|
||||
Deno.test("[Bot] - Starting Tests", async (t) => {
|
||||
const bot = createBot({
|
||||
token: TOKEN || Deno.env.get("DISCORD_TOKEN"),
|
||||
botId: 0n,
|
||||
botId: 675412054529540107n,
|
||||
events: createEventHandlers({
|
||||
raw: console.log,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user