Browse Source

Fix typo and capitalizations in docs

pull/10109/head
will 3 years ago
committed by dolfies
parent
commit
d813cbecbe
  1. 2
      discord/ext/commands/bot.py

2
discord/ext/commands/bot.py

@ -1213,7 +1213,7 @@ class BotBase(GroupMixin[None]):
class Bot(BotBase, discord.Client):
"""Represents a discord bot.
"""Represents a Discord bot.
This class is a subclass of :class:`discord.Client` and as a result
anything that you can do with a :class:`discord.Client` you can do with

Loading…
Cancel
Save