From b4512ff2e8c3a15a8d0bf8f983fed47e737d4ac8 Mon Sep 17 00:00:00 2001 From: hwangsihu Date: Fri, 12 Jul 2024 19:41:08 +0900 Subject: [PATCH] Fixed errors --- src/commands/music/Play.ts | 2 +- src/commands/music/PlayNext.ts | 2 +- src/commands/playlist/Load.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commands/music/Play.ts b/src/commands/music/Play.ts index 0cfe376d1..c018122a0 100644 --- a/src/commands/music/Play.ts +++ b/src/commands/music/Play.ts @@ -8,7 +8,7 @@ export default class Play extends Command { description: { content: "Plays a song from YouTube, Spotify or http", examples: [ - "play example" + "play example", "play https://www.youtube.com/watch?v=example", "play https://open.spotify.com/track/example", "play http://www.example.com/example.mp3", diff --git a/src/commands/music/PlayNext.ts b/src/commands/music/PlayNext.ts index f2415b33c..e8f552257 100644 --- a/src/commands/music/PlayNext.ts +++ b/src/commands/music/PlayNext.ts @@ -8,7 +8,7 @@ export default class PlayNext extends Command { description: { content: "Add the song to play next in queue", examples: [ - "playnext example" + "playnext example", "playnext https://www.youtube.com/watch?v=example", "playnext https://open.spotify.com/track/example", "playnext http://www.example.com/example.mp3", diff --git a/src/commands/playlist/Load.ts b/src/commands/playlist/Load.ts index 0d943d4b7..7e9ceb083 100644 --- a/src/commands/playlist/Load.ts +++ b/src/commands/playlist/Load.ts @@ -10,7 +10,7 @@ export default class LoadPlaylist extends Command { usage: "load ", }, category: "playlist", - aliases: [lo], + aliases: ["lo"], cooldown: 3, args: true, player: {