diff --git a/discord/ext/commands/bot.py b/discord/ext/commands/bot.py index 611121392..929e33cd8 100644 --- a/discord/ext/commands/bot.py +++ b/discord/ext/commands/bot.py @@ -435,9 +435,9 @@ class BotBase(GroupMixin): Parameters ----------- func : :ref:`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 --------