Remove more Discord stuff

This commit is contained in:
Mathieu Comandon 2021-04-15 10:09:34 -07:00
parent a79ff538ff
commit 5637f25c18
2 changed files with 0 additions and 28 deletions

View file

@ -112,31 +112,6 @@ class Runner: # pylint: disable=too-many-public-methods
"""Return the working directory to use when running the game."""
return self.game_path or os.path.expanduser("~/")
@property
def discord_rpc_enabled(self):
if self.game_data.get("discord_rpc_enabled"):
return self.game_data.get("discord_rpc_enabled")
@property
def discord_show_runner(self):
if self.game_data.get("discord_show_runner"):
return self.game_data.get("discord_show_runner")
@property
def discord_custom_game_name(self):
if self.game_data.get("discord_custom_game_name"):
return self.game_data.get("discord_custom_game_name")
@property
def discord_custom_runner_name(self):
if self.game_data.get("discord_custom_runner_name"):
return self.game_data.get("discord_custom_runner_name")
@property
def discord_client_id(self):
if self.game_data.get("discord_client_id"):
return self.game_data.get("discord_client_id")
def get_platform(self):
return self.platforms[0]

View file

@ -57,9 +57,6 @@ setup(
'requests',
'python-magic'
],
extras_require={
'Discord': ['pypresence~=3.3.2']
},
url='https://lutris.net',
description='Video game preservation platform',
long_description="""Lutris helps you install and play video games from all eras