From 8bb8283ea8fdd66bd50af9b845b5bae39dbbe64a Mon Sep 17 00:00:00 2001 From: "JDJG Inc. Official" Date: Sun, 3 Oct 2021 22:57:10 -0400 Subject: [PATCH] okay --- discord/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/utils.py b/discord/utils.py index 14b4b59b..581a8121 100644 --- a/discord/utils.py +++ b/discord/utils.py @@ -1034,7 +1034,7 @@ def format_dt(dt: datetime.datetime, /, style: Optional[TimestampStyle] = None) def generate_snowflake(dt: datetime.datetime) -> int: - """Returns a numeric snowflake pretending to be created at the given date but more accurate and random than snowflake_time. + """Returns a numeric snowflake pretending to be created at the given date but more accurate and random than time_snowflake. Parameters -----------