mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-09 12:48:54 -05:00
[Docs] Make Getting started guide explain use of quotes for arguments with spaces (#3555)
* getting_started.rst now explains use of quotes for arguments with spaces * double quotes * proposal 1 * proposal 2 * fix typo Co-Authored-By: Flame442 <34169552+Flame442@users.noreply.github.com> Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
This commit is contained in:
parent
4745f9e999
commit
106804ad45
@ -351,6 +351,11 @@ The cog guides are formatted the same. They're divided into 3 sections:
|
|||||||
|
|
||||||
Arguments enclosed in ``[ ]`` means that the argument is **optional**
|
Arguments enclosed in ``[ ]`` means that the argument is **optional**
|
||||||
for the command; you can decide to use it or not.
|
for the command; you can decide to use it or not.
|
||||||
|
|
||||||
|
If your argument includes spaces like ``Hello world!``, most of the time
|
||||||
|
you will need to place it in double quotes like this: ``"Hello world!"``.
|
||||||
|
Sometimes (especially for the last argument) these double quotes are not
|
||||||
|
required.
|
||||||
|
|
||||||
Arguments followed by ``=something`` means that, if not specified,
|
Arguments followed by ``=something`` means that, if not specified,
|
||||||
the argument will be equal to ``something``.
|
the argument will be equal to ``something``.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user