Skip to content

Commit

Permalink
Update site
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjsh committed Mar 30, 2024
1 parent aa81dbc commit 66ed9b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?><!--Generated by Screaming Frog SEO Spider 16.3-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://zaykenyon.github.io/VALORANT-rank-yoinker/</loc>
<loc>https://github.com/scottjsh/ValoAssist</loc>
<lastmod>2021-11-21</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
Expand Down
6 changes: 3 additions & 3 deletions src/rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down Expand Up @@ -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":
Expand All @@ -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:
Expand Down

0 comments on commit 66ed9b7

Please sign in to comment.