Move import path to Github
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
package pinner
|
||||
|
||||
import (
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/appcontext"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/pinner/pinnerinterface"
|
||||
"github.com/fat0troll/i2_bot/lib/appcontext"
|
||||
"github.com/fat0troll/i2_bot/lib/pinner/pinnerinterface"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@@ -8,7 +8,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/go-telegram-bot-api/telegram-bot-api"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/dbmapping"
|
||||
"github.com/fat0troll/i2_bot/lib/dbmapping"
|
||||
)
|
||||
|
||||
func (p *Pinner) execMassMessagePin(update *tgbotapi.Update, groupChats []dbmapping.Chat) string {
|
||||
|
Reference in New Issue
Block a user