rename module

This commit is contained in:
watn3y 2023-12-29 00:25:33 +01:00
parent 257ed6f82b
commit d5272262da
11 changed files with 48 additions and 40 deletions

View file

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

View file

@ -1,13 +1,14 @@
package text
import (
tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api/v5"
"github.com/rs/zerolog/log"
"strings"
"time"
"watn3y/bloaterbotv3/commonlogic"
"watn3y/bloaterbotv3/config"
"watn3y/bloaterbotv3/text/balonlyl"
"watn3y/bloaterbot/commonlogic"
"watn3y/bloaterbot/config"
"watn3y/bloaterbot/text/balonlyl"
tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api/v5"
"github.com/rs/zerolog/log"
)
func Matcher(update tgbotapi.Update, bot *tgbotapi.BotAPI) {