From 086cc1d90de6caae612e562dbc394a9b0569812e Mon Sep 17 00:00:00 2001 From: shiftinv Date: Wed, 20 Sep 2023 21:50:25 +0200 Subject: [PATCH] docs: simplify dark_theme docstring --- disnake/colour.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/disnake/colour.py b/disnake/colour.py index 031a199d0c..82e8ef1bb3 100644 --- a/disnake/colour.py +++ b/disnake/colour.py @@ -282,9 +282,6 @@ def dark_theme(cls) -> Self: This will appear transparent on Discord's dark theme. .. versionadded:: 1.5 - - .. versionchanged:: 2.10 - Updated from ``0x36393F`` to ``0x313338`` to reflect theme changes. """ return cls(0x313338)