aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaya <[email protected]>2021-04-12 12:18:56 +1200
committerGitHub <[email protected]>2021-04-11 20:18:56 -0400
commit0f3f2cbeeaecc4867abe5b1bebb1e1178ce3cfa3 (patch)
tree144a60fca8e325f4111f9c5223144e6580ebe1cf
parent[commands] Fix Command.clean_params to return a regular dict (diff)
downloaddiscord.py-0f3f2cbeeaecc4867abe5b1bebb1e1178ce3cfa3.tar.xz
discord.py-0f3f2cbeeaecc4867abe5b1bebb1e1178ce3cfa3.zip
Fix spelling error in utils.__all__
-rw-r--r--discord/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/utils.py b/discord/utils.py
index 7fb1d7ef..9807c6ac 100644
--- a/discord/utils.py
+++ b/discord/utils.py
@@ -40,7 +40,7 @@ import warnings
from .errors import InvalidArgument
__all__ = (
- 'oauth_uri',
+ 'oauth_url',
'snowflake_time',
'time_snowflake',
'find',