From eadd424b44364349b59ae0aec18e00b182356687 Mon Sep 17 00:00:00 2001 From: Chiggy-Playz Date: Fri, 22 Oct 2021 22:51:59 +0530 Subject: [PATCH] Update comment placement --- discord/enums.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/discord/enums.py b/discord/enums.py index 79d4bd83..5b491515 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -631,9 +631,9 @@ class ProtocolUrl(Enum): hypesquad_settings = "discord://-/settings/hypesquad-online" changelogs = "discord://-/settings/changelogs" - experiments = ( - "discord://-/settings/experiments" # Doesn't work if you don't have it actually activated. Just blank screen. - ) + + # Doesn't work if you don't have it actually activated. Just blank screen. + experiments = "discord://-/settings/experiments" developer_options = "discord://-/settings/developer-options" # Same as experiments hotspot_options = "discord://-/settings/hotspot-options" # Same as experiments