From cb2c782528a39d4f3e7b993157a9a9d9e78de9e4 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Sat, 15 May 2021 19:53:22 +0000 Subject: [PATCH] fix --- gw.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw.ts b/gw.ts index 8ff3c32cf..e4ee7be55 100644 --- a/gw.ts +++ b/gw.ts @@ -1,4 +1,4 @@ -import { token } from "./conf.ts"; +import { token } from "./debug.ts"; import { startBot } from "./src/bot.ts"; import { ws } from "./src/ws/ws.ts";