From 717a38d6b7cd20d2d7b9904dfeea9b29302900aa Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Wed, 26 May 2021 01:46:01 +0530 Subject: :sparkles: Add New Command `gt` - Game of Thrones Random Quotes --- src/configs/commands.config.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/configs') diff --git a/src/configs/commands.config.json b/src/configs/commands.config.json index 282de6e..268d889 100644 --- a/src/configs/commands.config.json +++ b/src/configs/commands.config.json @@ -24,6 +24,11 @@ "name": "vaccine", "description": "Get Vaccine Availability by Pincode", "file": "./commands/vaccine.js" + }, + { + "name": "gt", + "description": "Game of Thrones Quotes", + "file": "./commands/gt.js" } ] } \ No newline at end of file -- cgit v1.2.3