Remove undeeded shits
This commit is contained in:
parent
6af8610fe6
commit
1d7c43b7b9
|
@ -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 {
|
||||||
|
|
1
main.go
1
main.go
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user