Browse Source

[commands] Fix typo in Bot.upload docstring.

pull/118/merge
Rapptz 9 years ago
parent
commit
c0dba0f4f2
  1. 2
      discord/ext/commands/bot.py

2
discord/ext/commands/bot.py

@ -284,7 +284,7 @@ class Bot(GroupMixin, discord.Client):
See Also See Also
--------- ---------
:meth:`Client.sned_file` :meth:`Client.send_file`
""" """
destination = _get_variable('_internal_channel') destination = _get_variable('_internal_channel')
result = yield from self.send_file(destination, *args, **kwargs) result = yield from self.send_file(destination, *args, **kwargs)

Loading…
Cancel
Save