From 1635ded1ec2e6d2dc0cb01331a2280c6806c2b77 Mon Sep 17 00:00:00 2001 From: Henrique de Abreu Amitay Date: Mon, 10 Apr 2023 23:35:56 -0300 Subject: [PATCH] Update index.ts --- marvin-bot/src/commands/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/marvin-bot/src/commands/index.ts b/marvin-bot/src/commands/index.ts index 83410b7..ea8986d 100644 --- a/marvin-bot/src/commands/index.ts +++ b/marvin-bot/src/commands/index.ts @@ -5,7 +5,6 @@ import StopCommand from "./stop/StopCommand"; import SkipCommand from "./skip/SkipCommand"; import QueueCommand from "./queue/QueueCommand"; import MenuCommand from "./menu/MenuCommand"; -import PlaylistCommand from "./playlist/PlaylistCommand"; import { ButtonInteraction, StringSelectMenuInteraction } from "discord.js"; @injectable()