Browse Source

Fix spelling error in utils.__all__

pull/6713/head
Maya 4 years ago
committed by GitHub
parent
commit
0f3f2cbeea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/utils.py

2
discord/utils.py

@ -40,7 +40,7 @@ import warnings
from .errors import InvalidArgument from .errors import InvalidArgument
__all__ = ( __all__ = (
'oauth_uri', 'oauth_url',
'snowflake_time', 'snowflake_time',
'time_snowflake', 'time_snowflake',
'find', 'find',

Loading…
Cancel
Save