Skip to content

Commit

Permalink
Update and rename Delete.ts to Remove.ts
Browse files Browse the repository at this point in the history
Signed-off-by: LucasB25 <[email protected]>
  • Loading branch information
LucasB25 authored Jul 12, 2024
1 parent 943d74b commit 7a529dd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <playlist> <song>"],
usage: "delete <playlist> <song>",
examples: ["remove <playlist> <song>"],
usage: "remove <playlist> <song>",
},
category: "playlist",
aliases: ["del"],
Expand Down

0 comments on commit 7a529dd

Please sign in to comment.