Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
cmd(use): Remove references to ping command
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriDevs authored Mar 16, 2022
1 parent b0911f9 commit 5e420d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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] });
Expand Down

0 comments on commit 5e420d7

Please sign in to comment.