mirror of
https://github.com/NoiTheCat/BirthdayBot.git
synced 2024-11-25 01:44:12 +00:00
Improved announcement message.
Thanks for the suggestion, Terez!
This commit is contained in:
parent
0df0fb5a64
commit
dacd39e206
1 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@ Class BackgroundWorker
|
||||||
Else
|
Else
|
||||||
name = names(0).Username
|
name = names(0).Username
|
||||||
End If
|
End If
|
||||||
result = $"Hey! Please wish a happy birthday to our wonderful member, **{name}**."
|
result = $"Please wish a happy birthday to our esteemed member, **{name}**."
|
||||||
Else
|
Else
|
||||||
' Build name list
|
' Build name list
|
||||||
Dim namedisplay As New StringBuilder()
|
Dim namedisplay As New StringBuilder()
|
||||||
|
@ -184,7 +184,7 @@ Class BackgroundWorker
|
||||||
End If
|
End If
|
||||||
namedisplay.Append(name)
|
namedisplay.Append(name)
|
||||||
Next
|
Next
|
||||||
result = $"Please wish our members a happy birthday! In no particular order: {namedisplay.ToString()}"
|
result = $"Please wish our members a happy birthday!{vbLf}In no particular order: {namedisplay.ToString()}"
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Try
|
Try
|
||||||
|
|
Loading…
Reference in a new issue