From 94362d640b0358bc770c1e52ebd9980ddee45da1 Mon Sep 17 00:00:00 2001 From: MichailiK <39029839+MichailiK@users.noreply.github.com> Date: Fri, 25 Oct 2019 17:56:55 +0200 Subject: [PATCH] Change Example 2 --- src/main/resources/reference.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/reference.conf b/src/main/resources/reference.conf index 36e4b82..d2771e8 100644 --- a/src/main/resources/reference.conf +++ b/src/main/resources/reference.conf @@ -129,8 +129,8 @@ lyrics.default = "A-Z Lyrics" // Example 1: Giving command "play" the alias "p": // alias.play = "p" // -// Example 2: Giving command "search" the aliases "s" and "find": -// alias.search = "s find" +// Example 2: Giving command "search" the aliases "yts" and "find": +// alias.search = "yts find" // General commands