diff --git a/emotes.go b/emotes.go index a936a16..dcd6335 100644 --- a/emotes.go +++ b/emotes.go @@ -7,6 +7,8 @@ import ( "net/http" "os" "strings" + + "github.com/zorchenhimer/MovieNight/common" ) type twitchChannel struct { diff --git a/stats.go b/stats.go index 3aef4de..c96ef3d 100644 --- a/stats.go +++ b/stats.go @@ -1,9 +1,10 @@ package main import ( - "fmt" "sync" "time" + + "github.com/zorchenhimer/MovieNight/common" ) type streamStats struct {