From 8a7a066c8eff61439a74387d7d66b416e3924bb3 Mon Sep 17 00:00:00 2001 From: Hsu Still <341464@gmail.com> Date: Fri, 23 Mar 2018 13:51:39 +0800 Subject: [PATCH] Linkify Type Readers in Commands --- docs/guides/commands/commands.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/commands/commands.md b/docs/guides/commands/commands.md index b48a19b69..896843621 100644 --- a/docs/guides/commands/commands.md +++ b/docs/guides/commands/commands.md @@ -79,9 +79,9 @@ parent Task. For example, to take an integer as an argument from the user, add `int arg`; to take a user as an argument from the user, add `IUser user`. -In 1.0, a Command can accept nearly any type of argument; a full list -of types that are parsed by default can be found in the below section -on _Type Readers_. +Starting from 1.0, a Command can accept nearly any type of argument; +a full list of types that are parsed by default can be found in +the below section on [Type Readers](#type-readers). Parameters, by default, are always required. To make a parameter optional, give it a default value. To accept a comma-separated list,