Archived
1

Move import path to Github

This commit is contained in:
2018-05-19 12:14:25 +04:00
parent 67cdb3edb5
commit 98bf2c393b
74 changed files with 134 additions and 134 deletions

View File

@@ -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) {

View File

@@ -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

View File

@@ -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 (

View File

@@ -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

View File

@@ -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