A bunch of Changes

Docker is broken as of now, will fix later
This commit is contained in:
watn3y 2023-12-29 05:15:23 +01:00
parent 1a6953900c
commit 6375fe5af1
27 changed files with 258 additions and 81 deletions

View file

@ -1,11 +1,12 @@
package balonlyl
import (
"watn3y/bloaterbot/botIO"
"watn3y/bloaterbot/config"
"watn3y.de/bloaterbot/botIO"
"watn3y.de/bloaterbot/config"
tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api/v5"
)
//TODO logging
func Balonlyl(update tgbotapi.Update, bot *tgbotapi.BotAPI) {

View file

@ -3,14 +3,16 @@ package text
import (
"strings"
"time"
"watn3y/bloaterbot/commonlogic"
"watn3y/bloaterbot/config"
"watn3y/bloaterbot/text/balonlyl"
"watn3y.de/bloaterbot/commonlogic"
"watn3y.de/bloaterbot/config"
"watn3y.de/bloaterbot/text/balonlyl"
tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api/v5"
"github.com/rs/zerolog/log"
)
//TODO logging
// TODO logging
func Matcher(update tgbotapi.Update, bot *tgbotapi.BotAPI) {
log.Debug().Str("text", update.Message.Text).Int64("chat", update.Message.Chat.ID).Msg("Starting text matcher")