@@ -8,8 +8,8 @@ import (
"syscall"
"git.mgmcomp.net/thisnthat/discord/bot/event/mux"
+ "git.mgmcomp.net/thisnthat/discordgo"
"github.com/Sirupsen/logrus"
- "github.com/thisnthat-dev/discordgo"
)
type Bot struct {
@@ -5,7 +5,7 @@ import (
"sort"
"strconv"
func (r *Router) helpCommandHandler(s *discordgo.Session, m *discordgo.Message, ctx *Context) {
@@ -5,8 +5,8 @@ import (
"regexp"
"strings"
// OnMessageCreate is a DiscordGo Event Handler function. This must be
@@ -6,7 +6,7 @@ import (
// RouteOptions holds information about a specific message route handler
@@ -1,7 +1,7 @@
package discord
import (
// MemberUpdate provides the data structure for a member update
@@ -1,6 +1,6 @@
-import "github.com/thisnthat-dev/discordgo"
+import "git.mgmcomp.net/thisnthat/discordgo"
// GetSession - Get a discord session from the provided token
func GetSession(token string) (*discordgo.Session, error) {