b.debug("command recieved in conversation %s",convid)
meeting,err:=newJitsiMeeting()
iferr!=nil{
log.Println(err)
b.k.SendMessageByConvID(convid,"I'm sorry, i'm not sure what happened... I was unable to set up a new meeting.\nI've written the appropriate logs and notified my humans.")
message:=fmt.Sprintf("@%s - I'm sorry, i'm not sure what happened... I was unable to set up a new meeting.\nI've written the appropriate logs and notified my humans.",sender)
b.k.SendMessageByConvID(convid,message)
return
}
message:=fmt.Sprintf("Here's your meeting: %s",meeting.getURL())
message:=fmt.Sprintf("@%s here's your meeting: %s",sender,meeting.getURL())