Remove undeeded shits

This commit is contained in:
Eccentric 2024-02-11 00:34:22 +00:00
parent 6af8610fe6
commit 1d7c43b7b9
2 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,6 @@ import (
"fmt" "fmt"
"io" "io"
"net/http" "net/http"
"regexp"
"slices" "slices"
"strings" "strings"
@ -15,7 +14,6 @@ import (
var ( var (
External *ExternalDataClient External *ExternalDataClient
assetRegex = regexp.MustCompile(`DAv2_([A-Za-z]+)_`)
) )
type ExternalDataClient struct { type ExternalDataClient struct {

View File

@ -49,7 +49,6 @@ func init() {
fortnite.GenerateRandomStorefront() fortnite.GenerateRandomStorefront()
fortnite.GeneratePlaylistImages() fortnite.GeneratePlaylistImages()
for _, username := range aid.Config.Accounts.Gods { for _, username := range aid.Config.Accounts.Gods {
found := person.FindByDisplay(username) found := person.FindByDisplay(username)
if found == nil { if found == nil {