mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-22 08:44:10 +00:00
[commands] Fix typo in Bot.upload docstring.
This commit is contained in:
parent
d4fa60e1cf
commit
c0dba0f4f2
@ -284,7 +284,7 @@ class Bot(GroupMixin, discord.Client):
|
||||
|
||||
See Also
|
||||
---------
|
||||
:meth:`Client.sned_file`
|
||||
:meth:`Client.send_file`
|
||||
"""
|
||||
destination = _get_variable('_internal_channel')
|
||||
result = yield from self.send_file(destination, *args, **kwargs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user