Skip to content

Commit

Permalink
Change player to now-playing and controll
Browse files Browse the repository at this point in the history
  • Loading branch information
robrotheram committed Apr 14, 2024
1 parent 8ae0915 commit c99b751
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pkg/discord/commands/infoCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,20 @@ import (
func init() {
register(
Command{
Name: "player",
Name: "controls",
ApplicationCommand: []discordgo.ApplicationCommand{
{
Type: discordgo.UserApplicationCommand,
},
{
Description: "show player controls",
Type: discordgo.ChatApplicationCommand,
},
},
Function: controlscmd,
},
Command{
Name: "now-playing",
ApplicationCommand: []discordgo.ApplicationCommand{
{
Type: discordgo.UserApplicationCommand,
Expand Down

0 comments on commit c99b751

Please sign in to comment.