updated handler to reflect new command structure

This commit is contained in:
2020-03-18 19:06:45 +00:00
parent 8b9d5897bd
commit b24e343008

View File

@ -82,7 +82,7 @@ func (b *bot) convHandler(m chat1.ConvSummary) {
default: default:
b.debug("New convID found %s, sending welcome message.", m.Id) b.debug("New convID found %s, sending welcome message.", m.Id)
} }
b.k.SendMessageByConvID(m.Id, "Hello there!! I'm the Jitsi meeting bot, made by @haukened\nI can start Jitsi meetings right here in this chat!\nI can be activated in 2 ways:\n 1. `@jitsibot`\n 2.`!jitsi`\nI also accept donations to offset hosting costs,\njust send some XLM to my wallet if you feel like it by typing `+5XLM@jitsibot`") b.k.SendMessageByConvID(m.Id, "Hello there!! I'm the Jitsi meeting bot, made by @haukened\nI can start Jitsi meetings right here in this chat!\nI can be activated in 2 ways:\n 1. `@jitsibot meet`\n 2.`!jitsi`\nI also accept donations to offset hosting costs,\njust send some XLM to my wallet if you feel like it by typing `+5XLM@jitsibot`")
} }
// this handles wallet events, like when someone send you money in chat // this handles wallet events, like when someone send you money in chat