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: {