File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 74
74
75
75
76
76
__all__ = (
77
- " oauth_url" ,
78
- " snowflake_time" ,
79
- " time_snowflake" ,
80
- " find" ,
81
- " get" ,
82
- " sleep_until" ,
83
- " utcnow" ,
84
- " remove_markdown" ,
85
- " escape_markdown" ,
86
- " escape_mentions" ,
87
- " as_chunks" ,
88
- " format_dt" ,
89
- " generate_snowflake" ,
77
+ ' oauth_url' ,
78
+ ' snowflake_time' ,
79
+ ' time_snowflake' ,
80
+ ' find' ,
81
+ ' get' ,
82
+ ' sleep_until' ,
83
+ ' utcnow' ,
84
+ ' remove_markdown' ,
85
+ ' escape_markdown' ,
86
+ ' escape_mentions' ,
87
+ ' as_chunks' ,
88
+ ' format_dt' ,
89
+ ' generate_snowflake' ,
90
90
)
91
91
92
92
DISCORD_EPOCH = 1420070400000
@@ -1102,4 +1102,4 @@ async def autocomplete_callback(interaction: Interaction,
1102
1102
_values = await _values
1103
1103
return ([x for x in _values if x .lower ().startswith (value .lower ())])[:25 ]
1104
1104
1105
- return autocomplete_callback
1105
+ return autocomplete_callback
You can’t perform that action at this time.
0 commit comments