aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/ext/commands/bot.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/ext/commands/bot.py b/discord/ext/commands/bot.py
index 61112139..929e33cd 100644
--- a/discord/ext/commands/bot.py
+++ b/discord/ext/commands/bot.py
@@ -435,9 +435,9 @@ class BotBase(GroupMixin):
Parameters
-----------
func : :ref:`coroutine <coroutine>`
- The extra event to listen to.
+ The function to call.
name : Optional[str]
- The name of the command to use. Defaults to ``func.__name__``.
+ The name of the event to listen for. Defaults to ``func.__name__``.
Example
--------