diff --git a/views.go b/views.go
index bbdd3b0..dcf6d01 100644
--- a/views.go
+++ b/views.go
@@ -505,7 +505,7 @@ func (app *appContext) InviteProxy(gc *gin.Context) {
data["discordUsername"] = app.discord.username
data["discordRequired"] = app.config.Section("discord").Key("required").MustBool(false)
data["discordSendPINMessage"] = template.HTML(app.storage.lang.Form[lang].Strings.template("sendPINDiscord", tmpl{
- "command": `/` + app.config.Section("discord").Key("start_command").MustString("start") + ``,
+ "command": `/` + app.config.Section("discord").Key("start_command").MustString("start") + ``,
"server_channel": app.discord.serverChannelName,
}))
data["discordServerName"] = app.discord.serverName