Skip to content

Commit e083ca8

Browse files
committed
update fluxer invite
i deleted the old one's channel
1 parent f5103b4 commit e083ca8

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
our [Fluxer](https://fluxer.gg/VLEQLVSM).
63+
our [Fluxer](https://fluxer.gg/rEBQ3B8E).
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you do not have a GitHub account or want to discuss a feature or bug with us
4040

4141
Fluxer is an OSS Discord alternative.
4242

43-
<!-- <a href="https://fluxer.gg/VLEQLVSM"><img src="https://fluxer.com/api/guilds/1267558147682205738/widget.png?style=banner2" alt="Fluxer Server"></a> -->
43+
<!-- <a href="https://fluxer.gg/rEBQ3B8E"><img src="https://fluxer.com/api/guilds/1267558147682205738/widget.png?style=banner2" alt="Fluxer Server"></a> -->
4444

4545
### GitHub Issues
4646

.github/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ The latest version of P-Stream is the only version that is supported, as it is t
88

99
You can contact the P-Stream maintainers to report a vulnerability:
1010

11-
- Report the vulnerability in the [P-Stream Fluxer server](https://fluxer.gg/VLEQLVSM)
11+
- Report the vulnerability in the [P-Stream Fluxer server](https://fluxer.gg/rEBQ3B8E)
1212

1313
Fluxer is an OSS Discord alternative

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ git push # Push to YOUR repository
5858

5959
## Contact Me / Fluxer
6060

61-
[Fluxer](https://fluxer.gg/VLEQLVSM)
61+
[Fluxer](https://fluxer.gg/rEBQ3B8E)
6262

6363
(Fluxer is an OSS Discord alternative platform)

public/notifications.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ Just to clarify, the extension is still working perfectly fine, it's just the up
445445
The whole story behind me accidentally deleting my Firefox account is on our Discord server, feel free to ask there! (link below)
446446

447447
I apologize for the inconvenience!</description>
448-
<link>https://fluxer.gg/VLEQLVSM</link>
448+
<link>https://fluxer.gg/rEBQ3B8E</link>
449449
<pubDate>Mon, 08 Sep 2025 16:00:00 MST</pubDate>
450450
<category>announcement</category>
451451
</item>

src/components/overlays/SupportInfoModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function SupportInfoModal({ id }: { id: string }) {
1313
<p className="text-type-secondary">{t("home.support.explanation")}</p>
1414
<p className="text-type-secondary">
1515
{t("home.support.explanation2")}{" "}
16-
<MwLink url="https://fluxer.gg/VLEQLVSM">
16+
<MwLink url="https://fluxer.gg/rEBQ3B8E">
1717
{t("home.support.fluxer")}
1818
</MwLink>
1919
</p>

src/pages/parts/home/AdsPart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export function AdsPart(): JSX.Element | null {
123123
<div>
124124
<p className="text-xs text-type-dimmed text-center pt-2 mx-4">
125125
<a
126-
href="https://fluxer.gg/VLEQLVSM"
126+
href="https://fluxer.gg/rEBQ3B8E"
127127
target="_blank"
128128
rel="noreferrer"
129129
>

src/setup/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const APP_VERSION = import.meta.env.PACKAGE_VERSION;
2-
export const FLUXER_LINK = "https://fluxer.gg/VLEQLVSM";
2+
export const FLUXER_LINK = "https://fluxer.gg/rEBQ3B8E";
33
export const GITHUB_LINK = "https://github.com/p-stream/p-stream";
44
export const TWITTER_LINK = "";
55
export const GA_ID = import.meta.env.VITE_GA_ID;

src/utils/setup/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const APP_VERSION = import.meta.env.PACKAGE_VERSION;
2-
export const FLUXER_LINK = "https://fluxer.gg/VLEQLVSM";
2+
export const FLUXER_LINK = "https://fluxer.gg/rEBQ3B8E";
33
export const GITHUB_LINK = "https://github.com/p-stream/p-stream";
44
export const GA_ID = import.meta.env.VITE_GA_ID;
55
export const BACKEND_URL = import.meta.env.VITE_BACKEND_URL;

0 commit comments

Comments
 (0)