reminder: remove natural language thing

This commit is contained in:
Chris Sexton 2023-08-03 10:34:12 -04:00
parent c91fdcdf29
commit 3dc8c77505
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ func (p *ReminderPlugin) message(c bot.Connector, kind bot.Kind, message msg.Mes
channel := message.Channel channel := message.Channel
from := message.User.Name from := message.User.Name
message.Body = replaceDuration(p.when, message.Body)
parts := strings.Fields(message.Body) parts := strings.Fields(message.Body)
if len(parts) >= 5 { if len(parts) >= 5 {