From 655692d2cc4df8d114bfc67b6e1b010b5f6053d0 Mon Sep 17 00:00:00 2001 From: "JDJG Inc. Official" Date: Mon, 4 Oct 2021 09:45:33 -0400 Subject: [PATCH] cool --- discord/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/utils.py b/discord/utils.py index 581a8121..ab852ae8 100644 --- a/discord/utils.py +++ b/discord/utils.py @@ -1052,7 +1052,7 @@ def generate_snowflake(dt: datetime.datetime) -> int: def quick_snowflake() -> int: - """A helper function to return a snowflake from the current UTC time. + """A helper function to return a snowflake from the current UTC time with some randomness to make it more unique. Returns --------