diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 1d3d692..e899f4a 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -1,7 +1,7 @@ - https://zaykenyon.github.io/VALORANT-rank-yoinker/ + https://github.com/scottjsh/ValoAssist 2021-11-21 daily 1.0 diff --git a/src/rpc.py b/src/rpc.py index fe1d1dd..be9f6b1 100644 --- a/src/rpc.py +++ b/src/rpc.py @@ -74,7 +74,7 @@ def set_rpc(self, presence): small_image=agent_img, small_text=agent, start=self.start_time, - buttons=[{"label": "What's this? 👀", "url": "https://zaykenyon.github.io/VALORANT-rank-yoinker/"}] + buttons=[{"label": "What's this? 👀", "url": "https://github.com/scottjsh/ValoAssist"}] ) self.log("RPC in-game data update") elif presence["sessionLoopState"] == "MENUS": @@ -103,7 +103,7 @@ def set_rpc(self, presence): large_text=image_text, small_image=str(self.data.get("rank")), small_text=self.data.get("rank_name"), - buttons=[{"label": "What's this? 👀", "url": "https://zaykenyon.github.io/VALORANT-rank-yoinker/"}] + buttons=[{"label": "What's this? 👀", "url": "https://github.com/scottjsh/ValoAssist"}] ) self.log("RPC menu data update") elif presence["sessionLoopState"] == "PREGAME": @@ -126,7 +126,7 @@ def set_rpc(self, presence): large_text=mapText, small_image=str(self.data.get("rank")), small_text=self.data.get("rank_name"), - buttons=[{"label": "What's this? 👀", "url": "https://zaykenyon.github.io/VALORANT-rank-yoinker/"}] + buttons=[{"label": "What's this? 👀", "url": "https://github.com/scottjsh/ValoAssist"}] ) self.log("RPC agent-select data update") except InvalidID: