Skip to content

Commit 7ae5cf6

Browse files
authored
tickets: fix ticket settings control panel URL (#2042)
Signed-off-by: Galen CC <galen8183@gmail.com>
1 parent dd682ac commit 7ae5cf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tickets/tickets_commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const ThreadedTicketPerms = InTicketPerms | discordgo.PermissionManageThreads |
3232
var _ commands.CommandProvider = (*Plugin)(nil)
3333

3434
func createTicketsDisabledError(guildID int64) string {
35-
return fmt.Sprintf("**The tickets system is disabled for this server.** Enable it at: <%s/tickets/settings>.", web.ManageServerURL(guildID))
35+
return fmt.Sprintf("**The tickets system is disabled for this server.** Enable it at: <%s/tickets>.", web.ManageServerURL(guildID))
3636
}
3737

3838
func (p *Plugin) AddCommands() {

0 commit comments

Comments
 (0)