From c895e9f5fe9ed0eb11f6b2dc239a05365cfd3975 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Wed, 26 May 2021 22:44:34 +0530 Subject: Renamed gt command to got --- src/configs/commands.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/configs/commands.config.json') diff --git a/src/configs/commands.config.json b/src/configs/commands.config.json index 268d889..1c448c9 100644 --- a/src/configs/commands.config.json +++ b/src/configs/commands.config.json @@ -26,9 +26,9 @@ "file": "./commands/vaccine.js" }, { - "name": "gt", + "name": "got", "description": "Game of Thrones Quotes", - "file": "./commands/gt.js" + "file": "./commands/got.js" } ] } \ No newline at end of file -- cgit v1.2.3