Skip to content

Commit

Permalink
fix(parser): use variadicString argument for sr command
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed May 10, 2024
1 parent 1489aab commit 1ea2778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/parser/internal/commands/songrequest/youtube/sr.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var SrCommand = &types.DefaultCommand{
Visible: true,
},
Args: []command_arguments.Arg{
command_arguments.String{
command_arguments.VariadicString{
Name: songRequestArgName,
},
},
Expand Down

0 comments on commit 1ea2778

Please sign in to comment.