From 7a529dd1287e35610d25c983bd821974411f48ec Mon Sep 17 00:00:00 2001 From: LucasB25 <50886682+LucasB25@users.noreply.github.com> Date: Fri, 12 Jul 2024 16:42:32 +0200 Subject: [PATCH] Update and rename Delete.ts to Remove.ts Signed-off-by: LucasB25 <50886682+LucasB25@users.noreply.github.com> --- src/commands/playlist/{Delete.ts => Remove.ts} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename src/commands/playlist/{Delete.ts => Remove.ts} (96%) diff --git a/src/commands/playlist/Delete.ts b/src/commands/playlist/Remove.ts similarity index 96% rename from src/commands/playlist/Delete.ts rename to src/commands/playlist/Remove.ts index eeffed80b..625256aaa 100644 --- a/src/commands/playlist/Delete.ts +++ b/src/commands/playlist/Remove.ts @@ -4,11 +4,11 @@ import { Command, type Context, type Lavamusic } from "../../structures/index.js export default class RemoveSong extends Command { constructor(client: Lavamusic) { super(client, { - name: "delete", + name: "remove", description: { content: "Removes a song from the playlist", - examples: ["delete "], - usage: "delete ", + examples: ["remove "], + usage: "remove ", }, category: "playlist", aliases: ["del"],