@@ -8,7 +8,7 @@ import (
"syscall"
"github.com/Sirupsen/logrus"
- "github.com/bwmarrin/discordgo"
+ "github.com/thisnthat-dev/discordgo"
)
type Bot struct {
@@ -1,7 +1,7 @@
package discord
import (
type MemberUpdate struct {
@@ -1,6 +1,6 @@
-import "github.com/bwmarrin/discordgo"
+import "github.com/thisnthat-dev/discordgo"
// GetSession - Get a discord session from the provided token
func GetSession(token string) (*discordgo.Session, error) {