Skip to content

Commit

Permalink
Update VoteURL configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv8rzim committed Dec 13, 2023
1 parent 075d2c2 commit 00eddf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/slash/vote.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

var (
// VoteURL is the URL for the vote page
VoteURL = config.GetString("vote.url")
VoteURL = config.GetString("commands.vote.url")
)

// Vote is a slash command that creates a vote
Expand Down

0 comments on commit 00eddf3

Please sign in to comment.