mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
telegram: add emoji for greetings
This commit is contained in:
parent
3cf92e9f0e
commit
89c3df730b
|
@ -149,7 +149,7 @@ func (it *Interaction) Start(session Session) {
|
|||
it.session = &session
|
||||
|
||||
if it.session.Owner != nil && it.session.Chat != nil {
|
||||
if _, err := it.bot.Send(it.session.Chat, fmt.Sprintf("Hi %s, I'm back, this is version %s",
|
||||
if _, err := it.bot.Send(it.session.Chat, fmt.Sprintf("👋 Hi %s, I'm back, this is version %s, good luck! 🖖",
|
||||
it.session.Owner.Username,
|
||||
version.Version,
|
||||
)); err != nil {
|
||||
|
|
Loading…
Reference in New Issue
Block a user