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";