Skip to content

Commit 61372d0

Browse files
authored
Merge pull request #375 from JDJGInc/patch-1
Changes Docs to look better.
2 parents 15beccb + 72e48db commit 61372d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ def format_dt(dt: datetime.datetime, /, style: Optional[TimestampStyle] = None)
10371037

10381038
def generate_snowflake(dt: Optional[datetime.datetime] = None) -> int:
10391039
"""Returns a numeric snowflake pretending to be created at the given date but more accurate and random than time_snowflake.
1040-
If No dt is not passed, it makes one from the current time using utcnow.
1040+
If dt is not passed, it makes one from the current time using utcnow.
10411041
10421042
Parameters
10431043
-----------
@@ -1102,4 +1102,4 @@ async def autocomplete_callback(interaction: Interaction,
11021102
_values = await _values
11031103
return ([x for x in _values if x.lower().startswith(value.lower())])[:25]
11041104

1105-
return autocomplete_callback
1105+
return autocomplete_callback

0 commit comments

Comments
 (0)