aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/ext/commands/bot.py2
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)