From 08ed604649eb3bd068b575c24bf02618cbf746db Mon Sep 17 00:00:00 2001 From: Gryffon Bellish <39341355+PyroTechniac@users.noreply.github.com> Date: Tue, 16 Apr 2019 12:31:54 -0400 Subject: [PATCH 1/2] reorder tutorials --- guides/Advanced Commands/CommandsCustomResponses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/Advanced Commands/CommandsCustomResponses.md b/guides/Advanced Commands/CommandsCustomResponses.md index 41197a5cdd..f08d759f82 100644 --- a/guides/Advanced Commands/CommandsCustomResponses.md +++ b/guides/Advanced Commands/CommandsCustomResponses.md @@ -75,5 +75,5 @@ this.customizeResponse('arg1', 'Response for argument 1') ## Further Reading: - {@tutorial CommandsArguments} -- {@tutorial CommandsCustomResolvers} - {@tutorial CommandsSubcommands} +- {@tutorial CommandsCustomResolvers} From b55b137e6a7c0f0d38eac429d6a35098d45018af Mon Sep 17 00:00:00 2001 From: Gryffon Bellish <39341355+PyroTechniac@users.noreply.github.com> Date: Tue, 16 Apr 2019 12:34:48 -0400 Subject: [PATCH 2/2] reorder tutorials --- guides/Advanced Commands/CommandsCustomResolvers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/Advanced Commands/CommandsCustomResolvers.md b/guides/Advanced Commands/CommandsCustomResolvers.md index c1cf1c86a1..c7b61f21eb 100644 --- a/guides/Advanced Commands/CommandsCustomResolvers.md +++ b/guides/Advanced Commands/CommandsCustomResolvers.md @@ -21,5 +21,5 @@ Then in your usage, you can use the type `key`, it'll be recognized as a *local* ## Further Reading: - {@tutorial CommandsArguments} -- {@tutorial CommandsCustomResponses} - {@tutorial CommandsSubcommands} +- {@tutorial CommandsCustomResponses}