Skip to content

Commit 648b786

Browse files
hypergonialRapptz
authored andcommitted
Adjust quickstart to not show commands example
1 parent ccf7e65 commit 648b786

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/quickstart.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ There's a lot going on here, so let's walk you through it step by step.
5252
4. Since the :func:`on_message` event triggers for *every* message received, we have to make
5353
sure that we ignore messages from ourselves. We do this by checking if the :attr:`Message.author`
5454
is the same as the :attr:`Client.user`.
55-
5. Afterwards, we check if the :class:`Message.content` starts with ``'$hello'``. If it is,
56-
then we send a message in the channel it was used in with ``'Hello!'``.
55+
5. Afterwards, we check if the :class:`Message.content` starts with ``'$hello'``. If it does,
56+
then we send a message in the channel it was used in with ``'Hello!'``. This is a basic way of
57+
handling commands, which can be later automated with the :ref:`ext.commands` framework.
5758
6. Finally, we run the bot with our login token. If you need help getting your token or creating a bot,
5859
look in the :ref:`discord-intro` section.
5960

0 commit comments

Comments
 (0)