Skip to content

Commit

Permalink
feat(rpp.presence): add automatic presence update option
Browse files Browse the repository at this point in the history
  • Loading branch information
manucabral committed Nov 26, 2024
1 parent 4dfa23e commit f32784c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpp/presence.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def __init__(self, metadata_file: bool = False):
self.author: str = None
self.version: str = None
self.web: bool = False
self.automatic: bool = True
self.enabled: bool = True
self.running: bool = False
self.update_interval: int = 3
Expand Down

0 comments on commit f32784c

Please sign in to comment.