remove import.

This commit is contained in:
Dan Walmsley
2021-12-07 02:45:22 +00:00
parent d3074ae874
commit 0374edcc5e

View File

@@ -10,7 +10,6 @@ import (
"github.com/42wim/matterbridge/bridge/config"
"github.com/42wim/matterbridge/bridge/helper"
tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api"
"fmt"
)
func (b *Btelegram) handleUpdate(rmsg *config.Message, message, posted, edited *tgbotapi.Message) *tgbotapi.Message {