Move import path to Github
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/go-telegram-bot-api/telegram-bot-api"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/constants"
|
||||
"github.com/fat0troll/i2_bot/lib/constants"
|
||||
)
|
||||
|
||||
// LongMessage is an easter egg
|
||||
|
@@ -5,7 +5,7 @@ package talkers
|
||||
|
||||
import (
|
||||
"github.com/go-telegram-bot-api/telegram-bot-api"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/constants"
|
||||
"github.com/fat0troll/i2_bot/lib/constants"
|
||||
)
|
||||
|
||||
// AnyMessageUnauthorized throws when user can't do something
|
||||
|
@@ -4,8 +4,8 @@
|
||||
package talkers
|
||||
|
||||
import (
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/appcontext"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/talkers/talkersinterface"
|
||||
"github.com/fat0troll/i2_bot/lib/appcontext"
|
||||
"github.com/fat0troll/i2_bot/lib/talkers/talkersinterface"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@@ -7,9 +7,9 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/go-telegram-bot-api/telegram-bot-api"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/config"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/constants"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/dbmapping"
|
||||
"github.com/fat0troll/i2_bot/lib/config"
|
||||
"github.com/fat0troll/i2_bot/lib/constants"
|
||||
"github.com/fat0troll/i2_bot/lib/dbmapping"
|
||||
)
|
||||
|
||||
// AcademyMessage gives user link to Bastion
|
||||
|
@@ -5,7 +5,7 @@ package talkersinterface
|
||||
|
||||
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"
|
||||
)
|
||||
|
||||
// TalkersInterface implements Talkers for importing via appcontex
|
||||
|
Reference in New Issue
Block a user