diff --git a/fortnite/external.go b/fortnite/external.go index 8ba10ee..0388a96 100644 --- a/fortnite/external.go +++ b/fortnite/external.go @@ -5,7 +5,6 @@ import ( "fmt" "io" "net/http" - "regexp" "slices" "strings" @@ -15,7 +14,6 @@ import ( var ( External *ExternalDataClient - assetRegex = regexp.MustCompile(`DAv2_([A-Za-z]+)_`) ) type ExternalDataClient struct { diff --git a/main.go b/main.go index f71b5ef..c47c638 100644 --- a/main.go +++ b/main.go @@ -49,7 +49,6 @@ func init() { fortnite.GenerateRandomStorefront() fortnite.GeneratePlaylistImages() - for _, username := range aid.Config.Accounts.Gods { found := person.FindByDisplay(username) if found == nil {