-
- {" "}
+
{" "}
+
{data?.dataFile ? "Their" : "Your"} Discord Bots
- {" "}
+
{data?.dataFile ? "Their" : "Your"} Discord Bots
@@ -8938,7 +8937,7 @@ export default function Data(props: any): JSX.Element {
);
})
: ""}
-
{" "}
+
{!data?.bots ? (
No Bots were found or this option is was disabled by{" "}
@@ -9003,7 +9002,7 @@ export default function Data(props: any): JSX.Element {
) : (
"$"
)}
- {" "}
+
on Discord
@@ -9061,7 +9060,7 @@ export default function Data(props: any): JSX.Element {
- Gifted Nitro{" "}
+ {data?.dataFile ? "Their" : "Your"} Gifted Nitro{" "}
@@ -9152,7 +9151,7 @@ export default function Data(props: any): JSX.Element {
width="24"
>
- {" "}
+
Some Analytics may be inacurrate
>
@@ -9169,19 +9168,23 @@ export default function Data(props: any): JSX.Element {
- {" "}
-
- Note: you can view more statistics.{" "}
-
- Learn More
-
- .
-
+
+ {data?.fakeInfo || data?.dataFile ? (
+ ""
+ ) : (
+
+ Note: you can view more statistics.
+
+ Learn More
+
+ .
+
+ )}
{data?.statistics
? Object.keys(data?.statistics)?.map((t: any, i: number) => {