Fix badly interpolated string

This commit is contained in:
Noikoio 2019-05-20 00:06:46 -07:00
parent 8e26a21b15
commit c75b6d9856

View file

@ -63,10 +63,10 @@ Friend Class HelpInfoCommands
$"{mpfx}message (message)`" + vbLf + $"{mpfx}message (message)`" + vbLf +
" » Sets a custom announcement message. Use `%n` to specify where the name(s) should be displayed." + vbLf + " » Sets a custom announcement message. Use `%n` to specify where the name(s) should be displayed." + vbLf +
$"{mpfx}messagepl (message)`" + vbLf + $"{mpfx}messagepl (message)`" + vbLf +
" » ""Message Plural"". Sets the message used when two or more people are on the birthday list." + vbLf + " » ""Message Plural"". Sets the message to be used when two or more people are on the birthday list. " +
" » `%n` may be used here as well. It is highly recommended to specify a singular and a plural message." + vbLf + " `%n` can also be used here. If using `message`, it is highly recommended to also use `messagepl`." + vbLf +
$"{mpfx}zone (time zone name)`" + vbLf + $"{mpfx}zone (time zone name)`" + vbLf +
" » Sets the default server time zone. See `{CommandPrefix}help-tzdata`." $" » Sets the default server time zone. See `{CommandPrefix}help-tzdata`."
} }
Dim configField2 As New EmbedFieldBuilder With { Dim configField2 As New EmbedFieldBuilder With {
.Name = "Access management", .Name = "Access management",