Skip to content

Commit

Permalink
Fix client id
Browse files Browse the repository at this point in the history
  • Loading branch information
jake158 committed Jun 3, 2024
1 parent 58fbbe9 commit c19429b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logic/richpresence.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from datetime import datetime
from src.utils import load_data

CLIENT_ID = '1215345125002059836'
CLIENT_ID = '1246995803294273616'


class RichPresence(pypresence.Presence):
Expand Down

0 comments on commit c19429b

Please sign in to comment.