From 5e420d740731569d8522ab78022f6d9081464fff Mon Sep 17 00:00:00 2001 From: Kiron <56218513+kiriDevs@users.noreply.github.com> Date: Wed, 16 Mar 2022 07:50:44 +0000 Subject: [PATCH] cmd(use): Remove references to ping command --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index e8e7694..520f6b6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,7 +8,6 @@ const env = parseenv(rfs(path(__dirname, "..", ".env"))); import ServerStatusUpdater from "./ServerStatusUpdater"; import TwitchClient from "./Twitch"; -import PingCommandHandler from "./PingCommand"; import TwitchCommandHandler from "./TwitchCommand"; const client: Client = new Client({ "intents": [Intents.FLAGS.GUILDS] });