Update ruler_replyWhenUserJoinSession.go
This commit is contained in:
parent
543514dae9
commit
0c682db6e8
@ -75,12 +75,10 @@ func (r ReplyWhenUserJoinSession) Run(cache *chatCache.ChatCache) (err error) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r ReplyWhenUserJoinSession) RunTime() time.Time {
|
func (r *ReplyWhenUserJoinSession) RunTime() time.Time {
|
||||||
//TODO implement me
|
return time.Time{}
|
||||||
panic("implement me")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r ReplyWhenUserJoinSession) SetResponse(response string) {
|
func (r *ReplyWhenUserJoinSession) SetResponse(response string) {
|
||||||
//TODO implement me
|
r.Resp = response
|
||||||
panic("implement me")
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user