Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleCreativity committed Dec 14, 2024
1 parent 7d6f10f commit 9715768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ import LegacyFetchHandler from "./classes/internal/LegacyFetchHandler.js";
import fetchUsersPresences, {
type fetchUsersPresencesType,
} from "./functions/legacy/presence/v1/fetchUsersPresences.js";
import fetchBadgeIcons, { type fetchBadgeIconsType } from "./functions/legacy/thumbnails/v1/fetchBadgeIcons.js";
import fetchBadgeIcons, { type fetchBadgeIconsType } from "./functions/legacy/thumbnails/v1/fetchBadgeIcon.js";
import fetchUniverseIcon, { type fetchUniverseIconType } from "./functions/legacy/thumbnails/v1/fetchUniverseIcon.js";
import fetchUniverseThumbnails, {
type fetchUniverseThumbnailsType,

0 comments on commit 9715768

Please sign in to comment.