bots online

This commit is contained in:
Skillz4Killz
2021-10-25 13:50:08 +00:00
committed by GitHub
parent f368230add
commit cc747df091
7 changed files with 49 additions and 16 deletions
+1 -1
View File
@@ -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,
}),