move config parsing into a separate module, fix project name

This commit is contained in:
Von Random 2025-02-09 16:06:39 +02:00
parent 0ab510adef
commit d6d8b1a9a6
4 changed files with 46 additions and 25 deletions

View file

@ -3,7 +3,7 @@ package responder
import (
"strings"
"mechanus.net/pgobot/matcher"
"mechanus.net/pgbot/matcher"
"gopkg.in/telebot.v4"
)