diff options
| author | Rapptz <[email protected]> | 2016-03-02 23:27:57 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-03-02 23:27:57 -0500 |
| commit | c0dba0f4f2d1d0f364972f4669d77a914e3e597c (patch) | |
| tree | e5c2642442018b330855e277c0ae4f61b93bf3be | |
| parent | Ensure the auth cache file is not world readable. (diff) | |
| download | discord.py-c0dba0f4f2d1d0f364972f4669d77a914e3e597c.tar.xz discord.py-c0dba0f4f2d1d0f364972f4669d77a914e3e597c.zip | |
[commands] Fix typo in Bot.upload docstring.
| -rw-r--r-- | discord/ext/commands/bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/commands/bot.py b/discord/ext/commands/bot.py index d0f21b44..3f4559d2 100644 --- a/discord/ext/commands/bot.py +++ b/discord/ext/commands/bot.py @@ -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) |