Move import path to Github
This commit is contained in:
@@ -6,7 +6,7 @@ package broadcaster
|
||||
import (
|
||||
"time"
|
||||
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/dbmapping"
|
||||
"github.com/fat0troll/i2_bot/lib/dbmapping"
|
||||
)
|
||||
|
||||
func (b *Broadcaster) createBroadcastMessage(playerRaw *dbmapping.Player, messageBody string, broadcastType string) (dbmapping.Broadcast, bool) {
|
||||
|
@@ -5,7 +5,7 @@ package broadcasterinterface
|
||||
|
||||
import (
|
||||
"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"
|
||||
)
|
||||
|
||||
// BroadcasterInterface implements Broadcaster for importing via appcontex
|
||||
|
@@ -4,8 +4,8 @@
|
||||
package broadcaster
|
||||
|
||||
import (
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/appcontext"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/broadcaster/broadcasterinterface"
|
||||
"github.com/fat0troll/i2_bot/lib/appcontext"
|
||||
"github.com/fat0troll/i2_bot/lib/broadcaster/broadcasterinterface"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@@ -7,7 +7,7 @@ import (
|
||||
"strconv"
|
||||
|
||||
"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"
|
||||
)
|
||||
|
||||
// AdminBroadcastMessageCompose saves message for future broadcast
|
||||
|
@@ -7,8 +7,8 @@ import (
|
||||
"strconv"
|
||||
|
||||
"github.com/go-telegram-bot-api/telegram-bot-api"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/constants"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/dbmapping"
|
||||
"github.com/fat0troll/i2_bot/lib/constants"
|
||||
"github.com/fat0troll/i2_bot/lib/dbmapping"
|
||||
)
|
||||
|
||||
// AdminBroadcastMessageSend sends saved message to all private chats
|
||||
|
Reference in New Issue
Block a user