Skip to content

Commit

Permalink
Fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangsihu committed Jul 12, 2024
1 parent ee819ec commit b4512ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/commands/music/Play.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/music/PlayNext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/playlist/Load.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class LoadPlaylist extends Command {
usage: "load <playlist>",
},
category: "playlist",
aliases: [lo],
aliases: ["lo"],
cooldown: 3,
args: true,
player: {
Expand Down

0 comments on commit b4512ff

Please sign in to comment.