mirror of https://gitlab.com/litecord/litecord.git
disable game tab by default
This commit is contained in:
parent
fedfc97c96
commit
4ff0314ab6
|
|
@ -177,6 +177,7 @@ class GatewayWebsocket:
|
||||||
'default_guilds_restricted': True,
|
'default_guilds_restricted': True,
|
||||||
'detect_platform_accounts': False,
|
'detect_platform_accounts': False,
|
||||||
'developer_mode': True,
|
'developer_mode': True,
|
||||||
|
'disable_games_tab': True,
|
||||||
'enable_tts_command': False,
|
'enable_tts_command': False,
|
||||||
'explicit_content_filter': 2,
|
'explicit_content_filter': 2,
|
||||||
'friend_source_flags': {
|
'friend_source_flags': {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue