From a9fce2dcf28e251dbe3e606a18bf203b68a59c37 Mon Sep 17 00:00:00 2001 From: El Laggron Date: Mon, 17 Aug 2020 16:08:12 +0200 Subject: [PATCH] [Docs] Fix the horizontal bars in alias user guide (#4191) --- docs/cog_guides/alias.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cog_guides/alias.rst b/docs/cog_guides/alias.rst index 1b5c43d6c..85c179c28 100644 --- a/docs/cog_guides/alias.rst +++ b/docs/cog_guides/alias.rst @@ -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