b.Session.ChannelMessageSend(b.Message.ChannelID,fmt.Sprintf("New bump time: %+v, expecting bump at %+v",config.BumpTime,config.BumpTime.Add(2*time.Hour).Format("15:04:05")))
b.Session.ChannelMessageSend(b.Message.ChannelID,fmt.Sprintf("New last bump time: %+v, expecting next bump at %+v",config.BumpTime.Format("15:04:05"),config.BumpTime.Add(2*time.Hour).Format("15:04:05")))