From 6ffb5d5d545f3f8b26eb3dde27d004f663d7f0b0 Mon Sep 17 00:00:00 2001 From: Will Hoskings Date: Sun, 9 Feb 2020 19:09:25 +0000 Subject: [PATCH] Append .ts to module specifier --- module/Client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/Client.ts b/module/Client.ts index 1511cd5da..41a94b3b5 100644 --- a/module/Client.ts +++ b/module/Client.ts @@ -12,7 +12,7 @@ import { // import { BufReader } from "https://deno.land/std/io/bufio.ts" // import { TextProtoReader } from "https://deno.land/std/textproto/mod.ts" import { blue, green, red, yellow } from "https://deno.land/std/fmt/colors.ts" -import { keepDiscordWebsocketAlive } from "./websocket"; +import { keepDiscordWebsocketAlive } from "./websocket.ts"; class Client { /** The bot's token. This should never be used by end users. It is meant to be used internally to make requests to the Discord API. */