diff --git a/README.md b/README.md
index 59a3694..31ee82c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Stoat for Desktop
-
+
[](https://github.com/stoatchat/for-desktop/stargazers)
[](https://github.com/stoatchat/for-desktop/network/members)
[](https://github.com/stoatchat/for-desktop/pulls)
diff --git a/chat.stoat.StoatDesktop.metainfo.xml b/chat.stoat.StoatDesktop.metainfo.xml
index 0327c38..11cbaf3 100644
--- a/chat.stoat.StoatDesktop.metainfo.xml
+++ b/chat.stoat.StoatDesktop.metainfo.xml
@@ -51,7 +51,7 @@
https://github.com/stoatchat/for-desktop/issues
- https://stoat.chat
+ https://stoat.qinbeans.net
https://github.com/stoatchat/for-desktop
intense
diff --git a/src/native/discordRpc.ts b/src/native/discordRpc.ts
index 9df475b..c398e41 100644
--- a/src/native/discordRpc.ts
+++ b/src/native/discordRpc.ts
@@ -16,14 +16,14 @@ export async function initDiscordRpc() {
rpc.on("ready", () =>
rpc.setActivity({
- state: "stoat.chat",
+ state: "stoat.qinbeans.net",
details: "Chatting with others",
largeImageKey: "qr",
largeImageText: "Join Stoat!",
buttons: [
{
label: "Join Stoat",
- url: "https://stoat.chat/",
+ url: "https://stoat.qinbeans.net/",
},
],
}),