Rate current track

This commit is contained in:
Dan Jones 2023-08-27 20:07:00 -05:00
commit 83dc41cb8e
4 changed files with 83 additions and 9 deletions

View file

@ -12,7 +12,8 @@ import (
// stickerCmd represents the sticker command
var stickerCmd = &cobra.Command{
Use: "sticker",
Use: "sticker [sticker-name]",
Args: cobra.MinimumNArgs(1),
Short: "A brief description of your command",
Long: `A longer description that spans multiple lines and likely contains examples
and usage of using your command. For example: