[Docs] Fix the horizontal bars in alias user guide (#4191)

This commit is contained in:
El Laggron 2020-08-17 16:08:12 +02:00 committed by GitHub
parent 6067c8d55e
commit a9fce2dcf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ In this example, we made an alias named ``p`` that will
invoke the ``play`` command. If you use ``[p]play`` or ``[p]p``, the result will
be the same.
---
----
Here's another example
@ -49,7 +49,7 @@ In this second example, we made an alias called ``clear`` that will
invoke the ``cleanup messages`` subcommand. Now if you use ``[p]cleanup
message`` or ``[p]clear``, the result will be the same.
---
----
This is the basic usage, where you can define an alias for the first part of
the command and give the second part when invoking the command. A more advanced