Skip to content

Commit

Permalink
Update rich-presence-gifs.py
Browse files Browse the repository at this point in the history
Replace with non-meme
  • Loading branch information
TheSpookyCat committed May 25, 2023
1 parent dbe0836 commit cbc04f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rich-presence-gifs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
RPC.connect()


RPC.update(state="Custom gif's",details="Using pypresence",large_image=("https://media.tenor.com/uAqNn6fv7x4AAAAM/bombsquad-spaz.gif"), large_text="Dancing Spazito!",
RPC.update(state="Custom gifs",details="Using pypresence",large_image=("https://media.tenor.com/9c83g4VPctQAAAAi/shaking-eyes-eyes-shaking.gif"), large_text="Watching!",
small_image=("https://media.giphy.com/media/4UjV5LeD66EPruSG18/giphy.gif"), small_text="Spinning")
while True:
time.sleep(1)

0 comments on commit cbc04f6

Please sign in to comment.