From 51eb3105c8afd44dad275ba42344257ed33ba0ac Mon Sep 17 00:00:00 2001 From: littlemadhatter <31356843+littlemadhatter@users.noreply.github.com> Date: Tue, 12 May 2020 20:38:01 -0700 Subject: [PATCH] Minor command fix triggering !youtuber would trigger both youtube command and youtuber command whereas !youtube wouldn't, this fix is to A. fix that B. make the command more clearer --- config/commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/commands.json b/config/commands.json index c626648..743b646 100644 --- a/config/commands.json +++ b/config/commands.json @@ -623,7 +623,7 @@ } } }, - "!youtube": { + "!youtubesync": { "usage": "", "description": "What Is YouTube Sync?", "operation": "send",