mirror of https://github.com/velour/catbase.git
Making first still reply
This commit is contained in:
parent
ecdc1a7bb7
commit
aec9b8e743
|
@ -65,7 +65,7 @@ func (p *FirstPlugin) Message(message bot.Message) bool {
|
||||||
} else {
|
} else {
|
||||||
if isToday(p.First.Time) {
|
if isToday(p.First.Time) {
|
||||||
p.recordFirst(message)
|
p.recordFirst(message)
|
||||||
return true
|
return false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue